Skip to content

Commit

Permalink
fix(Designer): Removed css "webkit-fill-available" (#4754)
Browse files Browse the repository at this point in the history
Removed css "webkit-fill-available"
  • Loading branch information
rllyy97 committed May 2, 2024
1 parent 1ade024 commit f2fb386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/designer-ui/src/lib/panel/panel.less
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
margin: 0px -2rem;
padding: 1rem 2rem;
overflow-y: auto;
height: -webkit-fill-available;
height: inherit;
}

.msla-node-details-panel {
Expand Down

0 comments on commit f2fb386

Please sign in to comment.