Skip to content

Commit 3917b27

Browse files
committed
💄 style(base-ui): add overflow hidden to Modal popup inner
Made-with: Cursor
1 parent 501548c commit 3917b27

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/base-ui/Modal/style.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ export const styles = createStaticStyles(({ css, cssVar }) => ({
129129
130130
position: relative;
131131
132+
overflow: hidden;
132133
display: flex;
133134
flex-direction: column;
134135

0 commit comments

Comments
 (0)