Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit 5e4cfcb

Browse files
authored
Remove a redundant calc() (#6413)
1 parent d794b6c commit 5e4cfcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • site/en/blog/introducing-popover-api

site/en/blog/introducing-popover-api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ You set up an anchor by giving it an `id` (in this example, `#menu-toggle`), and
224224

225225
```css
226226
#menu-items {
227-
bottom: calc(anchor(bottom));
227+
bottom: anchor(bottom);
228228
left: anchor(center);
229229
translate: -50% 0;
230230
}

0 commit comments

Comments
 (0)