Browse Source

add scrollbar when it's usefull

master
AmarOk 10 years ago
parent
commit
301ec95667
2 changed files with 3 additions and 6 deletions
  1. +3
    -1
      index.css
  2. +0
    -5
      main.css

+ 3
- 1
index.css View File

@ -1,7 +1,9 @@
body
body, html
{
padding:0px;
overflow:hidden;
background-color:#f1f1f1;
width: 100%;
}
nav


+ 0
- 5
main.css View File

@ -1,10 +1,5 @@
@import "compass/css3";
body, html {
overflow:hidden;
background-color:#f1f1f1;
}
#title
{
position: fixed;


Loading…
Cancel
Save