diff --git a/css/container.css b/css/container.css index c444f80..78b9a20 100755 --- a/css/container.css +++ b/css/container.css @@ -1,11 +1,11 @@ #CONTAINER section{ /* position */ display: block; - position: absolute; + position: relative; top: 0; left: 0; width: 100%; - min-height: 100%; + /*min-height: calc( 100vh - 5em );*/ padding: 2em; /* background */ diff --git a/index.php b/index.php index 5e4cd24..52e6559 100755 --- a/index.php +++ b/index.php @@ -83,6 +83,7 @@ $notifNotifNum = 5;