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:
Chriztian Steinmeier
2021-10-09 15:59:31 +02:00
committed by Sebastiaan Janssen
parent 4a4b45fe27
commit f1668c6bd7

View File

@@ -607,6 +607,7 @@
box-sizing: border-box;
line-height: 0;
contain: content;
position: relative;
.checkeredBackground();
&:focus, &:focus-within {