blob: 57c96df5ca1817e95d8155d2a1b7b6f552b91a20 [file] [log] [blame]
html,
body {
height: 100%;
overflow-y: auto;
}
body {
font-family:
system-ui,
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
sans-serif;
margin: 0;
padding: 0;
color: #333;
line-height: 1.4;
overflow-x: hidden; /* Prevent horizontal scrolling */
display: flex;
flex-direction: column;
}