From 26a288fce4db2041e3d9b101062cd27bb8c7919a Mon Sep 17 00:00:00 2001 From: Max Lehmann Date: Wed, 10 Jun 2020 12:58:35 +0200 Subject: [PATCH] Update '12/style.css' --- 12/style.css | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/12/style.css b/12/style.css index 5de1e26..fb29f21 100644 --- a/12/style.css +++ b/12/style.css @@ -283,6 +283,7 @@ a:hover{ margin-top: 20px; margin-bottom: 20px; overflow: hidden; + position: absolute; } #shell_03.hidden { @@ -417,6 +418,7 @@ a:hover{ margin-bottom: 20px; background-color: black; border: 3px white solid; + position: absolute; } #implicancies_05 { @@ -454,7 +456,7 @@ a:hover{ height: 500px; border: none; background-color: black; - position: relative; + position: absolute; border: 3px white solid; } @@ -475,6 +477,7 @@ iframe.hidden { border: 3px solid white; float: left; font-family: Roboto Mono; + position: absolute; } @@ -501,15 +504,16 @@ iframe.hidden { } #week_05{ - margin-left: 3vw; - margin-bottom: 3vw; - padding: 3vw; - background-color: black; - position: relative; - width: 30vw; - height: 50%; - float: left; - border: 3px solid white; + margin-left: 3vw; + margin-bottom: 3vw; + padding: 3vw; + background-color: black; + position: relative; + width: 30vw; + height: 50%; + float: left; + border: 3px solid white; + position: absolute; } #week_05.hidden{