Files
rikkei_simple_care/client/frontend/src/style.css
PhuocNTB b4c3155564
All checks were successful
Deploy on Master Change / deploy (push) Successful in 1m15s
fix ui
2026-07-13 10:04:56 +07:00

19 lines
214 B
CSS

html {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
}
body {
margin: 0;
min-height: 100%;
height: auto;
overflow-x: hidden;
overflow-y: auto;
}
#app {
min-height: 100%;
height: auto;
}