Skip to content

Commit

Permalink
style: set popup position to fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Kiefer committed Sep 25, 2023
1 parent c58790b commit 60fd05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/properties-panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@ textarea.bio-properties-panel-input {
--feel-popup-close-background-color: hsla(219, 99%, 53%, 1);
--feel-popup-gutters-background-color: hsla(0, 0%, 90%, 1);

position: absolute;
position: fixed;
display: flex;
flex: auto;
flex-direction: column;
Expand Down

0 comments on commit 60fd05f

Please sign in to comment.