Skip to content

Commit

Permalink
fix(gv-select): fix display of option list in scrollable parent
Browse files Browse the repository at this point in the history
This reverts commit 1494ce0
  • Loading branch information
gaetanmaisse committed Apr 8, 2021
1 parent a184f6d commit 6608595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atoms/gv-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export class GvSelect extends withResizeObserver(InputElement(LitElement)) {
.select__list {
color: var(--c);
list-style: none;
position: fixed;
position: absolute;
background-color: var(--bgc-list);
list-style: none;
padding: 0;
Expand Down

0 comments on commit 6608595

Please sign in to comment.