Shrink scroll bars slightly

This commit is contained in:
Andrew Kingston 2021-04-09 13:02:55 +01:00
parent ed77135093
commit 1362778f10
1 changed files with 2 additions and 2 deletions

View File

@ -248,8 +248,8 @@
var(--spectrum-global-color-gray-100);
}
.container::-webkit-scrollbar {
width: 18px;
height: 18px;
width: 16px;
height: 16px;
}
.container::-webkit-scrollbar-track {
background: var(--spectrum-global-color-gray-100);