Skip to content

Commit b77b8fa

Browse files
authored
fix(modal): content placement changed on mobile when outside scroll (#1275)
1 parent c6c4a4d commit b77b8fa

File tree

1 file changed

+1
-1
lines changed
  • packages/core/theme/src/components

1 file changed

+1
-1
lines changed

packages/core/theme/src/components/modal.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ const modal = tv({
169169
body: "overflow-y-auto",
170170
},
171171
outside: {
172-
wrapper: "sm:items-start overflow-y-auto",
172+
wrapper: "items-start sm:items-start overflow-y-auto",
173173
base: "my-16",
174174
},
175175
},

0 commit comments

Comments
 (0)