Skip to content

Commit

Permalink
fixed the overflowing combobox
Browse files Browse the repository at this point in the history
  • Loading branch information
Prasanth-S7 committed Oct 11, 2024
1 parent 4dcb7f2 commit 977b58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/80_app.css
Original file line number Diff line number Diff line change
Expand Up @@ -2370,7 +2370,7 @@ div.combobox {
z-index: 9999;
display: none;
box-shadow: 0 4px 10px 1px rgba(0,0,0,.2);
margin-top: -1px;
margin-top: -240px;
background: #fff;
max-height: 245px;
overflow-y: auto;
Expand Down

0 comments on commit 977b58e

Please sign in to comment.