Add special rule for Safari to avoid that the address bar overlaps the close icon of the IAN (mobile iOS)

pull/9545/head
Henriette Darge 3 years ago committed by Oliver Günther
parent a0841ac6cf
commit a4972c3670
  1. 6
      frontend/src/app/features/in-app-notifications/center/in-app-notification-center.component.sass

@ -19,3 +19,9 @@
margin-bottom: 0
text-align: center
font-style: italic
:host
.-browser-safari &
// Because of Safari's viewport bug, the address bar overlaps content with height: 100vh
// Check #38082 before changing it
height: 100%

Loading…
Cancel
Save