From 46e3e90762c76d3f38c22652ed50501dbd8339cd Mon Sep 17 00:00:00 2001 From: nzambello Date: Wed, 19 Apr 2023 12:01:48 +0200 Subject: [PATCH] fix: totem height --- src/components/layouts/totem.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layouts/totem.css b/src/components/layouts/totem.css index c55d16b8..94ecd4ee 100644 --- a/src/components/layouts/totem.css +++ b/src/components/layouts/totem.css @@ -1,5 +1,5 @@ .memori-widget.memori-layout-totem { - height: 100vh; + height: 100vh !important; } .memori-widget > .memori-spin.memori-totem-layout {