Commit fc425be1 authored by Kushal Pandya's avatar Kushal Pandya

Fix dropdown height regression

parent f1dd37ed
......@@ -127,7 +127,6 @@
z-index: 9;
max-width: 280px;
min-width: 240px;
max-height: 250px;
margin-top: 2px;
margin-bottom: 0;
font-size: 14px;
......@@ -137,7 +136,6 @@
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