add tabIndex="0" for safari on iphone
davvalent

davvalent commited on 2024-07-29 21:36:37
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -16,7 +16,7 @@
16 16
 <?php wp_head(); ?>
17 17
 </head>
18 18
 
19
-<body <?php body_class(); ?>>
19
+<body <?php body_class(); ?> tabIndex="0">
20 20
 <div class="sp-header"><?php do_action( 'sportspress_header' ); ?></div>
21 21
 <div id="page" class="hfeed site">
22 22
   <a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'rookie' ); ?></a>
23 23