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:
Rebeka Dekany 2023-12-06 12:24:16 +01:00 committed by Copybot
parent 29871caf2b
commit d56f7f7442

View file

@ -127,3 +127,9 @@
}
}
}
.onboarding-data-collection-form-margin {
@media (max-width: @screen-xs-max) {
margin-bottom: 100px;
}
}