Sửa lỗi giao diện

This commit is contained in:
2026-06-13 17:02:55 +07:00
parent 568cb0e0bc
commit 6383965bfa
13 changed files with 569 additions and 48 deletions
+9
View File
@@ -0,0 +1,9 @@
@import "tailwindcss";
@layer base {
html, body, #root, .app-container {
height: 100%;
margin: 0;
padding: 0;
}
}