feat(FN-959): add --overlay-padding-top CSS variable to reposition modal on mobile keyboard open
- Add --overlay-padding-top CSS custom property to modal overlay styles - Update TerminalModal component to apply dynamic padding-top when mobile keyboard is detected - Add regression tests verifying overlay padding-top behavior with keyboard events
This commit is contained in:
@@ -2582,7 +2582,7 @@ body {
|
||||
z-index: 100;
|
||||
justify-content: center;
|
||||
align-items: flex-start;
|
||||
padding-top: 10vh;
|
||||
padding-top: var(--overlay-padding-top, 10vh);
|
||||
}
|
||||
.modal-overlay.open {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user