mirror of
https://gitee.com/antv/g6.git
synced 2024-12-15 18:11:08 +08:00
7 lines
76 B
CSS
7 lines
76 B
CSS
|
html, body {
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
::-webkit-scrollbar {
|
||
|
display: none;
|
||
|
}
|