Change dropdown scrollbar type to "Round"

pull/10616/head
Alex P 2017-03-29 16:03:22 -07:00 committed by Andrew Watkins
parent ec6bc815a7
commit 18a04d6964
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ input {
padding: 0 !important;
max-height: 290px;
overflow: auto;
@include custom-scrollbar($c-pool, $c-laser);
@include custom-scrollbar-round($c-pool, $c-laser);
@include gradient-h($c-ocean, $c-pool);
box-shadow: 0 2px 5px 0.6px fade-out($g0-obsidian, 0.8);