mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-12 00:21:05 +00:00
Merge pull request #16122 from overleaf/odc-cookie-banner
[web] The cookie banner should not overlap the buttons of the onboarding data form on mobile view GitOrigin-RevId: e7a20886f5608a6bf2c46d101c6e924261ec05d0
This commit is contained in:
parent
29871caf2b
commit
d56f7f7442
1 changed files with 6 additions and 0 deletions
|
@ -127,3 +127,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.onboarding-data-collection-form-margin {
|
||||||
|
@media (max-width: @screen-xs-max) {
|
||||||
|
margin-bottom: 100px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue