Use absolute positiong

main
sigonasr2, Sig, Sigo 3 years ago
parent 167c330818
commit 3726687d0b
  1. 3
      sitefiles/sig.css

@ -85,6 +85,7 @@ body{
.contentBody .contentWrapper .content{ .contentBody .contentWrapper .content{
display: inline-block; display: inline-block;
position:relative;
min-width:98vw; min-width:98vw;
font-size:1.25em; font-size:1.25em;
padding: 4px; padding: 4px;
@ -94,7 +95,7 @@ body{
} }
.contentBody .contentWrapper .content .unexpanded{ .contentBody .contentWrapper .content .unexpanded{
position:relative; position:absolute;
top:-20px; top:-20px;
min-width:98vw; min-width:98vw;
max-height:0px; /*Make the element effectively have no space taken*/ max-height:0px; /*Make the element effectively have no space taken*/

Loading…
Cancel
Save