Skip to content

Commit 70317e5

Browse files
committed
fix(ContentSearch/DasboardSearch): set full height on mobile to prevent jump
1 parent 36a7861 commit 70317e5

File tree

5 files changed

+26
-26
lines changed

5 files changed

+26
-26
lines changed

src/theme/content/content-search.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
variants: {
77
fullscreen: {
88
false: {
9-
modal: 'sm:max-w-3xl sm:h-[28rem]'
9+
modal: 'sm:max-w-3xl h-full sm:h-[28rem]'
1010
}
1111
}
1212
}

src/theme/dashboard-search.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
variants: {
77
fullscreen: {
88
false: {
9-
modal: 'sm:max-w-3xl sm:h-[28rem]'
9+
modal: 'sm:max-w-3xl h-full sm:h-[28rem]'
1010
}
1111
}
1212
}

0 commit comments

Comments
 (0)