Skip to content

Commit

Permalink
fix: fix combobox dropdown bug
Browse files Browse the repository at this point in the history
  • Loading branch information
andreancardona committed Aug 28, 2023
1 parent 164188c commit 8c6f0f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
background-color: white;
color: black;
box-sizing: border-box;
height: 24px;
height: 30px;
padding: 0;
margin: 0;
vertical-align: bottom;
Expand Down Expand Up @@ -46,7 +46,7 @@ ul[role="listbox"] {
padding: 0;
position: absolute;
left: 4px;
top: 28px;
top: 34px;
list-style: none;
background-color: white;
display: none;
Expand Down
2 changes: 1 addition & 1 deletion content/patterns/combobox/examples/css/grid-combo.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
margin: 0;
padding: 0;
position: absolute;
top: 1.7em;
top: auto;
z-index: 1;
}

Expand Down

0 comments on commit 8c6f0f6

Please sign in to comment.