mirror of https://gitee.com/antv-l7/antv-l7
7 lines
76 B
CSS
7 lines
76 B
CSS
|
html, body {
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
::-webkit-scrollbar {
|
||
|
display: none;
|
||
|
}
|