Website: update signup modal position (#36710)

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

Changes:
- Updated the position of the signup modal on larger screens to prevent
the "More" navigation dropdown from opening when a user closes the
modal.
This commit is contained in:
Eric 2025-12-04 15:37:20 -06:00 committed by GitHub
parent ecbfdf0033
commit 275a42f7b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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