Optimize submenu in ToolsFramework

This commit is contained in:
2023-10-13 15:34:22 +08:00
parent 91d5480780
commit dc667faa0b
4 changed files with 187 additions and 124 deletions

View File

@@ -18,6 +18,10 @@
}
}
::-webkit-scrollbar {
display: none;
}
.scrollbar {
position: absolute;
z-index: 1000;