mirror of https://github.com/halo-dev/halo
fix: body overflow. (halo-dev/console#293)
parent
a49794d92f
commit
fddb310b4e
|
@ -2,7 +2,7 @@
|
||||||
@import './style.less';
|
@import './style.less';
|
||||||
|
|
||||||
body {
|
body {
|
||||||
overflow-y: scroll;
|
overflow-y: overlay;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue