]> BookStack Code Mirror - bookstack/commitdiff
RTL: Fixed screen-reader-only elements pushout out view
authorDan Brown <redacted>
Tue, 22 Aug 2023 17:25:14 +0000 (18:25 +0100)
committerDan Brown <redacted>
Tue, 22 Aug 2023 17:25:14 +0000 (18:25 +0100)
For #4429

resources/sass/_layout.scss

index 50776ea28143f5dce6cc527c74c16441b1e4f42b..503298fccbd7ecfc7a5de5265bcbd92c22ee02b3 100644 (file)
@@ -304,7 +304,7 @@ body.flexbox {
 
 .screen-reader-only {
   position: absolute;
-  left: -10000px;
+  inset-inline-start: -10000px;
   top: auto;
   width: 1px;
   height: 1px;