fix ui
All checks were successful
Deploy on Master Change / deploy (push) Successful in 1m15s

This commit is contained in:
2026-07-13 10:04:56 +07:00
parent 58c96609b6
commit b4c3155564
11 changed files with 587 additions and 97 deletions

View File

@@ -1,14 +1,18 @@
html {
height: 100%;
overflow: hidden;
overflow-x: hidden;
overflow-y: auto;
}
body {
margin: 0;
height: 100%;
overflow: hidden;
min-height: 100%;
height: auto;
overflow-x: hidden;
overflow-y: auto;
}
#app {
height: 100%;
min-height: 100%;
height: auto;
}