Skip to content

Commit 84fef2f

Browse files
committed
revert closing sidebar on mobile
1 parent c1bd666 commit 84fef2f

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/components/Gallery/AppBar/common/FilterDrawer

1 file changed

+1
-1
lines changed

frontend/src/components/Gallery/AppBar/common/FilterDrawer/Base.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ onMounted(async () => {
482482
<template>
483483
<v-navigation-drawer
484484
v-model="activeFilterDrawer"
485-
:mobile="smAndDown"
485+
mobile
486486
floating
487487
width="500"
488488
:class="{

0 commit comments

Comments
 (0)