mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-06 10:52:26 +03:00
13 lines
231 B
CSS
13 lines
231 B
CSS
@import '~overlayscrollbars/css/OverlayScrollbars.css';
|
|
|
|
html, body {
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: sans-serif;
|
|
font-size: 11pt;
|
|
color: #31485B;
|
|
box-sizing: border-box;
|
|
}
|
|
* {
|
|
box-sizing: inherit;
|
|
} |