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