From 301ec9566716262c918e157a2958a787cc1a5051 Mon Sep 17 00:00:00 2001 From: AmarOk Date: Thu, 17 Mar 2016 09:52:28 +0100 Subject: [PATCH] add scrollbar when it's usefull --- index.css | 4 +++- main.css | 5 ----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/index.css b/index.css index 26ee58c..c675900 100755 --- a/index.css +++ b/index.css @@ -1,7 +1,9 @@ -body +body, html { padding:0px; overflow:hidden; + background-color:#f1f1f1; + width: 100%; } nav diff --git a/main.css b/main.css index 950a379..12ba75c 100755 --- a/main.css +++ b/main.css @@ -1,10 +1,5 @@ @import "compass/css3"; -body, html { - overflow:hidden; - background-color:#f1f1f1; -} - #title { position: fixed;