Skip to content

Commit

Permalink
Add tab-index="-1" to the panels
Browse files Browse the repository at this point in the history
  • Loading branch information
alberto-rj authored Jun 9, 2024
1 parent b0bcecb commit 628c3e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</head>
<body class="page">
<main class="page-content">
<div id="component-1">
<div id="component-1" tabindex="-1">
<!-- Sign-up form start -->
<div class="sign-up">
<div class="content-1">
Expand Down Expand Up @@ -83,7 +83,7 @@ <h1 class="move-0 heading">Stay updated!</h1>
</div>
<!-- Sign-up form end -->
</div>
<div id="component-2" class="d-none">
<div id="component-2" class="d-none" tabindex="-1">
<!-- Success message start -->
<div class="success-message content-2">
<div class="body">
Expand Down

0 comments on commit 628c3e1

Please sign in to comment.