mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-13 10:22:27 +03:00
15 lines
218 B
CSS
15 lines
218 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;
|
|
}
|