mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
11 lines
111 B
CSS
11 lines
111 B
CSS
html
|
|
{
|
|
-ms-overflow-style: scrollbar;
|
|
}
|
|
|
|
body
|
|
{
|
|
font-family: Arial;
|
|
overflow-y: scroll;
|
|
overflow-x: auto;
|
|
} |