Skip to content

Commit

Permalink
docs: update modal attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
jenswittmann committed May 12, 2024
1 parent 9174f6a commit 18864cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ <h2 class="f3 mt7 mb3">Samples</h2>
<button
@click="open = true"
:aria-expanded="open"
id="popupopener"
aria-haspopup="true"
aria-controls="popup"
class="btn white ph3 pv2 bg-violet-5 bn br4"
>
Expand All @@ -134,7 +132,7 @@ <h2 class="f3 mt7 mb3">Samples</h2>
:hidden="!open"
id="popup"
aria-modal="true"
aria-labeledby="popupopener"
role="dialog"
class="fixed top-0 left-0 right-0 bottom-0 z-max p4 bg-blur"
>
<div
Expand Down

0 comments on commit 18864cc

Please sign in to comment.