Layout changes

This commit is contained in:
2019-10-06 13:59:51 -05:00
parent 7fb9226325
commit 82fad7b706
3 changed files with 24 additions and 22 deletions

View File

@@ -78,7 +78,7 @@ p {
}
.scrollable-content, ::-webkit-scrollbar {
width: 10px;
width: 8px;
}
.scrollable-content, ::-webkit-scrollbar * {
@@ -86,5 +86,5 @@ p {
}
.scrollable-content, ::-webkit-scrollbar-thumb {
background: rgba(90, 90, 90, 0.6) !important;
background: var(--control_background_hover) !important;
}