Skip to content

Commit

Permalink
Added position relative to listbox
Browse files Browse the repository at this point in the history
  • Loading branch information
SweetDealer committed Aug 6, 2024
1 parent 84728f9 commit 54658e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elsci-io/ui-essential",
"version": "1.0.64",
"version": "1.0.65",
"description": "Material Design components created for products built by elsci.io",
"main": "src/index.js",
"type": "module",
Expand Down
1 change: 1 addition & 0 deletions src/SelectInput/SelectInput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ select-input {
select-input list-box {
display: none;
margin-top: -0.875rem;
position: relative;
}

select-input text-input {
Expand Down

0 comments on commit 54658e2

Please sign in to comment.