diff --git a/src/styles/_scrollbar.scss b/src/styles/_scrollbar.scss index aed9fe1..340c789 100644 --- a/src/styles/_scrollbar.scss +++ b/src/styles/_scrollbar.scss @@ -2,7 +2,8 @@ div:not(.maputnik-toolbar__actions) { &::-webkit-scrollbar { background-color: #26282e; - width: 5px; + width: 8px; + height: 8px; } &::-webkit-scrollbar-thumb {