issue caused by height: 100vh

This commit is contained in:
2023-03-26 19:30:03 +08:00
parent 241a93b151
commit d5a8799fde
3 changed files with 8 additions and 2 deletions

View File

@@ -2,6 +2,12 @@
@tailwind components;
@tailwind utilities;
html,
body,
#app {
height: 100%;
}
/* Hide scrollbar for webkit based browsers */
::-webkit-scrollbar {
display: none;