revite/src/styles/_variables.scss
Paul f25b488863 Fix page height on mobile.
Fix keyboard focus on mobile.
2021-07-03 15:23:29 +01:00

4 lines
86 B
SCSS

:root {
--app-height: 100vh;
--sidebar-active: var(--secondary-background);
}