fix: frontend: workarounded chrome109-mobile's problem with sticky-bottom bar moving when scrolling
Massimo Melina committed
Feb 9, 2023 at 14:11 UTC
419da9ddfde2dd58151eb6b46c5be0e73bf6d10c
1 file changed
+2
frontend/src/index.scss
+2
@@ -1,4 +1,6 @@
1
:root {
2
+ height: 100dvh; /* workarounded chrome109-mobile's problem with sticky-bottom bar moving when scrolling */
3
+
4
--bg: #fff;
5
--text: #555;
6
--faint-contrast: #0002;