Skip to content

Commit

Permalink
core: fix modal position to stick to input for pickers
Browse files Browse the repository at this point in the history
Signed-off-by: Achraf Mohyeddine <[email protected]>
  • Loading branch information
achrafmohye committed Jan 14, 2025
1 parent 92bbf29 commit d60bc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-core/src/styles/inputs/modal.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.modal-ui-overlay {
position: fixed;
position: absolute;
top: 0;
left: 0;
right: 0;
Expand Down

0 comments on commit d60bc93

Please sign in to comment.