mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-15 01:33:54 +00:00
hide scroll on ds-main
This commit is contained in:
parent
98a7a7999c
commit
bc4345bb37
@ -98,4 +98,11 @@ export default defineComponent({
|
||||
.ds-main {
|
||||
overflow: auto;
|
||||
}
|
||||
.ds-main::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
.ds-main{
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user