Optimize HideScrollbar

This commit is contained in:
2023-11-03 11:57:12 +08:00
parent a8167b0741
commit 19f4d38bc2
4 changed files with 31 additions and 53 deletions

View File

@@ -68,14 +68,14 @@
}
.vertical-scrollbar {
padding: 12px 4px;
padding: 12px 2px;
height: 100%;
left: 100%;
top: 0;
transform: translateX(-100%);
.box {
width: 8px;
width: 6px;
}
}