Skip to content

Commit cbcec18

Browse files
committed
RTL: Fixed screen-reader-only elements pushout out view
For #4429
1 parent 0628c28 commit cbcec18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/sass/_layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ body.flexbox {
304304

305305
.screen-reader-only {
306306
position: absolute;
307-
left: -10000px;
307+
inset-inline-start: -10000px;
308308
top: auto;
309309
width: 1px;
310310
height: 1px;

0 commit comments

Comments
 (0)