diff --git a/components/main/MainContent.vue b/components/main/MainContent.vue index 8362e592..fce37afa 100644 --- a/components/main/MainContent.vue +++ b/components/main/MainContent.vue @@ -4,6 +4,7 @@ defineProps<{ backOnSmallScreen?: boolean /** Show the back button on both small and big screens */ back?: boolean + noOverflowHidden?: boolean }>() @@ -15,7 +16,7 @@ defineProps<{ border="b base" bg="[rgba(var(--rbg-bg-base),0.7)]" >
-
+
-
+
diff --git a/components/nav/NavSide.vue b/components/nav/NavSide.vue index ab6597d4..30144a9c 100644 --- a/components/nav/NavSide.vue +++ b/components/nav/NavSide.vue @@ -37,7 +37,7 @@ const { notifications } = useNotifications()