Files
S.P.L.U.R.T-Station-13/code/modules/html_interface/css/html_interface.css

11 lines
111 B
CSS

html
{
-ms-overflow-style: scrollbar;
}
body
{
font-family: Arial;
overflow-y: scroll;
overflow-x: auto;
}