* quick fix for mobile menu button overlap * - use new dynamic vh css prop to handle ios safari double scrolling - only force tabs height when online * cleanup * add comment
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
// this margin is for fixed header
|
||||
padding-top: var(--header-height);
|
||||
background-color: var(--theme-color-main-background);
|
||||
min-height: 100vh;
|
||||
min-height: 100dvh;
|
||||
|
||||
position: relative;
|
||||
|
||||
// add some spacing between the last row of content and the footer
|
||||
|
||||
Reference in New Issue
Block a user