blob: 57c96df5ca1817e95d8155d2a1b7b6f552b91a20 [file] [log] [blame]
Pokey Rulee2a8c2f2025-04-23 15:09:25 +01001html,
2body {
3 height: 100%;
4 overflow-y: auto;
5}
6
7body {
8 font-family:
9 system-ui,
10 -apple-system,
11 BlinkMacSystemFont,
12 "Segoe UI",
13 Roboto,
14 sans-serif;
15 margin: 0;
16 padding: 0;
17 color: #333;
18 line-height: 1.4;
19 overflow-x: hidden; /* Prevent horizontal scrolling */
20 display: flex;
21 flex-direction: column;
22}