fix: UI shiting when opening dropdown with a lot of items (#764)

This commit is contained in:
Aman Harwara
2021-12-08 19:07:43 +05:30
committed by GitHub
parent 306441ed3a
commit e6087de709

View File

@@ -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);