feat: Add initial HTML structure for school bell settings page with login and dashboard UI.

This commit is contained in:
2025-12-16 18:29:40 +08:00
parent 49ea405b10
commit 34f9520125

View File

@@ -55,6 +55,10 @@
overflow-y: auto;
}
.overflow-x-auto {
overflow-x: auto;
}
.flex-1 {
flex: 1;
}