Merge pull request #9877 from opf/fix/39849-notification-center-too-small-on-ios

[39849] Notification center is too small in Safari on mobile
pull/9881/head
ulferts 3 years ago committed by GitHub
commit 102615df2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      frontend/src/global_styles/layout/_base_mobile.sass

@ -54,7 +54,7 @@
margin-top: 0
#content-wrapper
height: initial
height: 100%
// Take care that the wrapper has the available screen height at the least
// Check for example notification center on mobile before changing that
min-height: calc(100vh - var(--header-height))

Loading…
Cancel
Save