Skip to content

Commit

Permalink
fix: UI shiting when opening dropdown with a lot of items (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara authored Dec 8, 2021
1 parent 306441e commit e6087de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/assets/stylesheets/_sn.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@

.sn-dropdown-popover {
z-index: 3001;
max-height: 40%;
overflow: auto;

&[data-reach-listbox-popover] {
background: var(--sn-stylekit-background-color);
Expand Down

0 comments on commit e6087de

Please sign in to comment.