Skip to content

Commit

Permalink
update browser support section
Browse files Browse the repository at this point in the history
  • Loading branch information
jamband committed Aug 17, 2024
1 parent 336ab1c commit ee10ba1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/pages/popover/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,16 @@ const title = "popover";
safari: "17",
},
{
value: "::backdrop",
chrome: "37",
firefox: "47",
safari: "15.4",
value: "popovertarget",
chrome: "114",
firefox: "125",
safari: "17",
},
{
value: "backdrop-filter",
chrome: "76",
firefox: "103",
safari: "9",
value: ":popover-open",
chrome: "114",
firefox: "125",
safari: "17",
},
]}
/>
Expand Down

0 comments on commit ee10ba1

Please sign in to comment.