This commit is contained in:
@@ -7,8 +7,21 @@
|
||||
@layer tailwind-utilities {
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
.scroll-touch {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
}
|
||||
|
||||
html, body, #app {
|
||||
/*html, body, #app {*/
|
||||
/* height: 100%;*/
|
||||
/* max-height: 100dvh;*/
|
||||
/*}*/
|
||||
|
||||
|
||||
html {
|
||||
height: 100dvh;
|
||||
}
|
||||
|
||||
body, #app {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user