diff --git a/src/App.scss b/src/App.scss index d5b3b9e364..3971d8e83a 100644 --- a/src/App.scss +++ b/src/App.scss @@ -76,6 +76,16 @@ $dark-m-purple-light: #40008050; font-family: 'archia'; } +*::-webkit-scrollbar{ + width: 5px; +} + +*::-webkit-scrollbar-thumb{ + border-radius: 5px; + background-color: $blue-mid; +} + + html { overflow-x: hidden; width: 100vw; @@ -665,7 +675,6 @@ h6 { } } } - .StateDropdown { align-items: center; display: flex; @@ -679,6 +688,8 @@ h6 { padding: .25rem; } + + .dropdown { background: $white; border-radius: 5px;