Skip to content

Commit

Permalink
docs: add menubar transform origin
Browse files Browse the repository at this point in the history
  • Loading branch information
ecklf committed Jan 17, 2023
1 parent 25e2eb1 commit 8d011b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,10 @@ Use the generated `origin-*` utilities to transform from the content position or
transform-origin: var(--radix-context-menu-content-transform-origin);
}

.origin-radix-menubar {
transform-origin: var(--radix-menubar-content-transform-origin);
}

.origin-radix-popover {
transform-origin: var(--radix-popover-content-transform-origin);
}
Expand Down

0 comments on commit 8d011b7

Please sign in to comment.