This commit is contained in:
2026-06-30 09:31:33 +07:00
parent c736326162
commit bbf8336664
77 changed files with 12601 additions and 556 deletions

View File

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