fix revealer not stretching its child

This commit is contained in:
Aran-Fey
2025-09-04 21:13:07 +02:00
parent 6eeb19dafc
commit b6355c3d8f
+4
View File
@@ -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;