Skip to content

Commit

Permalink
better dropdown styles
Browse files Browse the repository at this point in the history
  • Loading branch information
codebykat committed Oct 25, 2019
1 parent 99db256 commit b48bfac
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions lib/search-suggestions/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@
left: 0;
z-index: 10;
width: 100%;
padding: 0 5px;
border-radius: 5px;
border-radius: 3px;
border: 1px solid $studio-gray-10;
max-height: 248px;
overflow-y: scroll;
box-shadow: 0 2px 4px 2px rgba($studio-gray-90, 0.15);

.search-suggestion-row {
cursor: pointer;
padding: 5px;
position: relative;
padding: 5px 0;
}
.search-suggestion {
overflow-wrap: anywhere;
Expand All @@ -22,6 +24,7 @@
position: absolute;
transition: $anim-transition;
width: 24px;
margin: 0 3px;
}
}

Expand Down

0 comments on commit b48bfac

Please sign in to comment.