mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Fix tabindex attribute breaking default text cursor in Firefox
This commit is contained in:
parent
0f238609da
commit
ce8079fff3
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
</div>
|
||||
</section>
|
||||
<div class="_container" role="document">
|
||||
<main class="_content _content-loading" role="main" tabindex="1"></main>
|
||||
<main class="_content _content-loading" role="main"></main>
|
||||
</div>
|
||||
</div>
|
||||
<style data-size="<%= app_size %>" data-resizer>
|
||||
|
|
Loading…
Reference in a new issue