refactor: make modals/popovers scrollable on ios when keyboard is open
This commit is contained in:
@@ -142,3 +142,9 @@
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
[data-reach-dialog-overlay],
|
||||
[data-mobile-popover] {
|
||||
max-height: none;
|
||||
max-height: var(--ios-viewport-height, none);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user