Website: Fix signup-modal scrolling (#37484)

Closes: https://github.com/fleetdm/fleet/issues/37456

Changes:
- Updated the top margin on the signup modal to keep the modal content
visible when scrolling.
This commit is contained in:
Eric 2025-12-18 11:34:37 -06:00 committed by GitHub
parent d2b7f33af5
commit ffc2dde9fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@
[parasails-component='signup-modal'] {
max-width: 100vw;
-webkit-overflow-scrolling: touch;//« makes this actually scrollable on certain phones
margin-top: 40px;
padding-top: 40px;
[purpose='signup-modal'] {
display: flex;
max-width: 600px;