From cb9d4b8d7a89e0d91fea93fe085cece5bd8fae69 Mon Sep 17 00:00:00 2001 From: Serhii Bedrytskyi Date: Tue, 7 Mar 2023 13:12:12 +0200 Subject: [PATCH] feat: sticky footer (#840) --- components/app/AppLayout.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/components/app/AppLayout.vue b/components/app/AppLayout.vue index 44ebed92e..28cc9d844 100644 --- a/components/app/AppLayout.vue +++ b/components/app/AppLayout.vue @@ -17,10 +17,20 @@ useContentHead(config.value as any) + +