Skip to content

Commit 10f6845

Browse files
committed
Oops. Bottom Nav should be fixed
1 parent 633536e commit 10f6845

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

2wr-app/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- show login when not authenticated -->
2121

2222
<!-- show logout when authenticated -->
23-
<v-bottom-navigation background-color="secondary" dark role="navigation">
23+
<v-bottom-navigation background-color="secondary" dark role="navigation" fixed>
2424
<v-btn v-if="!$auth.isAuthenticated" height="100%" @click="login" color="secondary">
2525
<span>Login</span>
2626
<v-icon>mdi-login-variant</v-icon>

0 commit comments

Comments
 (0)