From b6355c3d8f52cf9b5118888445550e729487538d Mon Sep 17 00:00:00 2001 From: Aran-Fey Date: Thu, 4 Sep 2025 21:13:07 +0200 Subject: [PATCH] fix revealer not stretching its child --- frontend/css/components/revealer.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/css/components/revealer.scss b/frontend/css/components/revealer.scss index 7e81c884..6f2b4881 100644 --- a/frontend/css/components/revealer.scss +++ b/frontend/css/components/revealer.scss @@ -46,6 +46,10 @@ .rio-revealer-content-inner { position: relative; + // Make sure to fill the parent element + min-width: 100%; + min-height: 100%; + @include single-container(); opacity: 0;