add viewport-fit: cover
Deploy app frontend / app frontend (push) Successful in 1m44s

This commit is contained in:
2025-05-15 13:45:03 +02:00
parent d1695419c7
commit 6a2015776c
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -1,4 +1,8 @@
/* Общие стили */ /* Общие стили */
@viewport {
viewport-fit: cover;
}
body.preloader #app { body.preloader #app {
display: none; display: none;
} }
+3
View File
@@ -14,6 +14,9 @@
/* max-height: 100dvh;*/ /* max-height: 100dvh;*/
/*}*/ /*}*/
@viewport {
viewport-fit: cover;
}
html { html {
height: 100dvh; height: 100dvh;