Add positioning context
A fallback for browsers that don't support `contain: content`, to make sure the positioning context is correct
(cherry picked from commit 8989c4ad13)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
4a4b45fe27
commit
f1668c6bd7
@@ -607,6 +607,7 @@
|
||||
box-sizing: border-box;
|
||||
line-height: 0;
|
||||
contain: content;
|
||||
position: relative;
|
||||
.checkeredBackground();
|
||||
|
||||
&:focus, &:focus-within {
|
||||
|
||||
Reference in New Issue
Block a user