Refactor(HideScrollbar): Add scrollbar padding attributes

Add scrollbar padding attributes to allow custom scrollbar padding style
This commit is contained in:
2024-04-26 09:38:28 +08:00
parent 2cd74d0027
commit 3f22f81880
2 changed files with 8 additions and 4 deletions

View File

@@ -68,7 +68,6 @@
}
.vertical-scrollbar {
padding: 12px 2px;
height: 100%;
left: 100%;
top: 0;
@@ -80,7 +79,6 @@
}
.horizontal-scrollbar {
padding: 4px 12px;
width: 100%;
left: 0;
top: 100%;