Skip to content

Commit 8989c4a

Browse files
greystatenathanwoulfe
authored andcommitted
Add positioning context
A fallback for browsers that don't support `contain: content`, to make sure the positioning context is correct
1 parent 15aa713 commit 8989c4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Umbraco.Web.UI.Client/src/less/property-editors.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,7 @@
607607
box-sizing: border-box;
608608
line-height: 0;
609609
contain: content;
610+
position: relative;
610611
.checkeredBackground();
611612

612613
&:focus, &:focus-within {

0 commit comments

Comments
 (0)