skinny scollbar on html elem overflow

This commit is contained in:
np.w
2020-12-16 22:34:08 -06:00
parent 25321bb1c1
commit 0a6551169b
4 changed files with 9 additions and 8 deletions
+6 -5
View File
@@ -6,7 +6,7 @@
--white_light:#fafafa;
--white_darker: #e0e0e0;
}
html, body {
html, body, #root {
margin: 0;
}
@@ -15,7 +15,8 @@ html {
color: var(--black_dark)
}
.body-container {
margin-left: 2em;
margin: 0 2em;
overflow:auto;
}
form > fieldset > label {
display: flex;
@@ -154,13 +155,13 @@ li.box {
max-height: 200px;
overflow-y: auto;
}
.list-box-item::-webkit-scrollbar {
.scroll-container::-webkit-scrollbar {
width: 5px;
}
.list-box-item::-webkit-scrollbar-track {
.scroll-container::-webkit-scrollbar-track {
background: #ddd;
}
.list-box-item::-webkit-scrollbar-thumb {
.scroll-container::-webkit-scrollbar-thumb {
background: #666;
}
li.item {