Browse Source

Fix tabindex attribute breaking default text cursor in Firefox

Thibaut Courouble 8 years ago
parent
commit
ce8079fff3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      views/app.erb

+ 1 - 1
views/app.erb

@@ -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>