From a3d1f0f8288cc6596c289ecb19b68d9d87a0ac64 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Tue, 14 Nov 2023 21:05:09 +0700 Subject: [PATCH] fix: NavBottom fixed, not sticky I could be missing something, but this fixes the bottom nav bar for me on mobile in Firefox, doesn't regress in Chrome, and doesn't affect the desktop layout. resolve #1558 --- layouts/default.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/default.vue b/layouts/default.vue index ecf6c106..6b89e183 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -54,7 +54,7 @@ const isGrayscale = usePreferences('grayscaleMode')
-
+