mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
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:
parent
ecbfdf0033
commit
275a42f7b2
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue