Skip to content

Commit

Permalink
fix(gatsby): Add dir=ltr to Fast Refresh overlay (#29900) (#29908)
Browse files Browse the repository at this point in the history
(cherry picked from commit 89d3150)

Co-authored-by: Dan Kirkham <herecy@live.co.uk>
  • Loading branch information
GatsbyJS Bot and herecydev committed Mar 2, 2021
1 parent 83adec5 commit df50ce7
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -63,6 +63,7 @@ export function Overlay({ children }) {
aria-labelledby="gatsby-overlay-labelledby"
aria-describedby="gatsby-overlay-describedby"
aria-modal="true"
dir="ltr"
>
{children}
</div>
Expand Down

0 comments on commit df50ce7

Please sign in to comment.