mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-05 06:21:57 +00:00
HTML interface module + playing cards (ported from Baystation12 with modifications) using the new module
This commit is contained in:
11
code/modules/html_interface/html_interface.css
Normal file
11
code/modules/html_interface/html_interface.css
Normal file
@@ -0,0 +1,11 @@
|
||||
html
|
||||
{
|
||||
-ms-overflow-style: scrollbar;
|
||||
}
|
||||
|
||||
body
|
||||
{
|
||||
font-family: Arial;
|
||||
overflow-y: scroll;
|
||||
overflow-x: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user