RTL: Fixed screen-reader-only elements pushout out view

For #4429
This commit is contained in:
Dan Brown 2023-08-22 18:25:14 +01:00
parent 0628c28f66
commit cbcec189fd
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -304,7 +304,7 @@ body.flexbox {
.screen-reader-only {
position: absolute;
left: -10000px;
inset-inline-start: -10000px;
top: auto;
width: 1px;
height: 1px;