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