Skip to content

Commit

Permalink
Add positioning context
Browse files Browse the repository at this point in the history
A fallback for browsers that don't support `contain: content`, to make sure the positioning context is correct

(cherry picked from commit 8989c4a)
  • Loading branch information
greystate authored and nul800sebastiaan committed Nov 3, 2021
1 parent 4a4b45f commit f1668c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Umbraco.Web.UI.Client/src/less/property-editors.less
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,7 @@
box-sizing: border-box;
line-height: 0;
contain: content;
position: relative;
.checkeredBackground();

&:focus, &:focus-within {
Expand Down

0 comments on commit f1668c6

Please sign in to comment.