mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-12 18:51:53 +00:00
- procqueue: You can now schedule procs to be executed at some point in the future. - Crew monitoring: see issue #10498 - html_interface: fix for Nanotrasen-style windows, refactor Javascript files and move them in their own folder - Includes changelog entry for the crew monitoring changes.
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;
|
|
} |