- fixed issue with centering and overflowing info sidebar

This commit is contained in:
Čarodej
2022-04-07 10:37:11 +02:00
parent 7bd1079ce9
commit eb48aa46e3
6 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -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>