Horizontal scroll changes

This commit is contained in:
2020-03-03 16:58:00 -06:00
parent 2117659510
commit 565eafde09

View File

@@ -83,6 +83,7 @@ p {
.scrollable-content, ::-webkit-scrollbar {
width: 8px;
height: 8px;
}
.scrollable-content, ::-webkit-scrollbar * {
@@ -92,3 +93,7 @@ p {
.scrollable-content, ::-webkit-scrollbar-thumb {
background: var(--control_background_hover) !important;
}
.scrollbar-corner, ::-webkit-scrollbar-corner {
background: transparent;
}