From 5eda3c554e7a05ce160a5ec2aa3252407cdd2e08 Mon Sep 17 00:00:00 2001 From: Chneemann Date: Thu, 22 Aug 2024 23:44:15 +0200 Subject: [PATCH] troubleshooting for display in safari --- .../components/error-toast/error-toast.component.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/app/shared/components/error-toast/error-toast.component.scss b/frontend/src/app/shared/components/error-toast/error-toast.component.scss index 630908a..baf5d00 100644 --- a/frontend/src/app/shared/components/error-toast/error-toast.component.scss +++ b/frontend/src/app/shared/components/error-toast/error-toast.component.scss @@ -4,8 +4,8 @@ position: fixed; top: 0; left: 0; - width: 100vw; - height: 100vh; + width: 100svw; + height: 100svh; display: flex; justify-content: center; align-items: center; @@ -98,7 +98,7 @@ section { left: 0; right: 0; padding: 16px; - width: calc(100vw - 32px); + width: calc(100svw - 32px); border-radius: 0; display: flex; flex-direction: column;