diff --git a/app/components/main/MainContent.vue b/app/components/main/MainContent.vue index 0c50edc3..1081b977 100644 --- a/app/components/main/MainContent.vue +++ b/app/components/main/MainContent.vue @@ -4,8 +4,6 @@ defineProps<{ backOnSmallScreen?: boolean /** Show the back button on both small and big screens */ back?: boolean - /** Do not applying overflow hidden to let use floatable components in title */ - noOverflowHidden?: boolean }>() const container = ref() @@ -36,7 +34,7 @@ const containerClass = computed(() => { }" >
-
+
-
+