diff options
| -rw-r--r-- | css/xservers.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/css/xservers.css b/css/xservers.css index d6261ce..b05c682 100644 --- a/css/xservers.css +++ b/css/xservers.css @@ -79,7 +79,9 @@ body{ height: 100%; position: relative; margin: auto; + top: 0px; box-shadow: 0px 0px 5px #000000; + overflow-y: scroll; } .container-inner{ @@ -99,6 +101,7 @@ body{ margin: 0px; top: 0px; box-shadow: 0px 0px 0px #000000; + overflow-y: scroll; } } |
