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