Skip to content

Commit

Permalink
Fix segment dropdown z-index.
Browse files Browse the repository at this point in the history
  • Loading branch information
erksch committed Dec 28, 2019
1 parent e813bb8 commit 95657b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ input[type=text] {
}

.dropdown {
max-height: 300px;
max-height: 200px;
overflow-y: auto;
display: none;
background-color: black;
Expand All @@ -176,6 +176,7 @@ input[type=text] {
border-top: none;
left: -2px;
right: -2px;
z-index: 1000;
top: calc(100% + 12px);
border: 1px solid hsl(0, 0%, 20%);
border-radius: 4px;
Expand Down

0 comments on commit 95657b5

Please sign in to comment.