mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-27 18:40:39 +00:00
- fixed issue with centering and overflowing info sidebar
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<!--Show warning bar when user functionality is restricted-->
|
||||
<RestrictionWarningBar />
|
||||
|
||||
<div :class="{'lg:flex lg:h-screen lg:overflow-hidden w-full': isSidebarNavigation}">
|
||||
<div :class="{'lg:flex': isSidebarNavigation}">
|
||||
<SidebarNavigation v-if="isSidebarNavigation" />
|
||||
<router-view v-if="isLoaded" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user