diff --git a/packages/pl-fe/src/styles/new/layout.scss b/packages/pl-fe/src/styles/new/layout.scss
index 634e8d433..7c17b40d7 100644
--- a/packages/pl-fe/src/styles/new/layout.scss
+++ b/packages/pl-fe/src/styles/new/layout.scss
@@ -1,9 +1,10 @@
html {
- @apply h-full;
+ height: 100%;
}
body {
- @apply h-full bg-white text-base antialiased black:bg-black dark:bg-gray-800;
+ @apply bg-white text-base antialiased black:bg-black dark:bg-gray-800;
+ height: 100%;
&.system-font,
&.system-font .font-sans {
@@ -19,6 +20,10 @@ body {
}
}
+#pl-fe {
+ height: 100%;
+}
+
.⁂-dropdown-navigation {
@apply fixed bottom-[60px] left-2 z-[1000] flex max-h-[calc(100dvh-68px)] w-full max-w-xs flex-1 origin-bottom-left flex-col overflow-hidden rounded-xl bg-white/90 shadow-lg backdrop-blur-md ease-in-out black:bg-black/90 no-reduce-motion:transition-transform dark:border dark:border-gray-800 dark:bg-primary-900/90 dark:shadow-none rtl:right-2 rtl:origin-bottom-right;