From 302b5f6a1066ecb5671f29efaf17a766610c9444 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Thu, 19 Oct 2023 13:31:16 +0200 Subject: [PATCH] title image correctly aligned on firefox --- src/lib/components/TitleImgParallax.svelte | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/lib/components/TitleImgParallax.svelte b/src/lib/components/TitleImgParallax.svelte index e1c6c45..41e0986 100644 --- a/src/lib/components/TitleImgParallax.svelte +++ b/src/lib/components/TitleImgParallax.svelte @@ -68,6 +68,13 @@ z-index: -10; } +@supports (-moz-appearance:none) { + .image-container{ + justify-content: inherit; + align-items: inherit; + } +} + #image{ display: block; position: absolute; @@ -165,7 +172,7 @@ dialog button{ - +