mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2024-11-01 22:20:30 +08:00
17 lines
202 B
CSS
17 lines
202 B
CSS
|
html {
|
||
|
box-sizing: border-box;
|
||
|
overflow: -moz-scrollbars-vertical;
|
||
|
overflow-y: scroll;
|
||
|
}
|
||
|
|
||
|
*,
|
||
|
*:before,
|
||
|
*:after {
|
||
|
box-sizing: inherit;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
margin: 0;
|
||
|
background: #fafafa;
|
||
|
}
|