Commit 63440e11 authored by Kushal Pandya's avatar Kushal Pandya

Set dropdown height fixed to `250px;` and make it scrollable

parent 75244061
......@@ -127,6 +127,7 @@
z-index: 9;
max-width: 280px;
min-width: 240px;
max-height: 250px;
margin-top: 2px;
margin-bottom: 0;
font-size: 14px;
......@@ -136,6 +137,7 @@
border: 1px solid $dropdown-border-color;
border-radius: $border-radius-base;
box-shadow: 0 2px 4px $dropdown-shadow-color;
overflow-y: auto;
&.is-loading {
.dropdown-content {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment