From 3726687d0b43943cad38fbdb8b8047a4b02c5d0f Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Wed, 4 May 2022 14:22:40 +0000 Subject: [PATCH] Use absolute positiong --- sitefiles/sig.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sitefiles/sig.css b/sitefiles/sig.css index cb2238f..967567f 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -85,6 +85,7 @@ body{ .contentBody .contentWrapper .content{ display: inline-block; + position:relative; min-width:98vw; font-size:1.25em; padding: 4px; @@ -94,7 +95,7 @@ body{ } .contentBody .contentWrapper .content .unexpanded{ - position:relative; + position:absolute; top:-20px; min-width:98vw; max-height:0px; /*Make the element effectively have no space taken*/