fixed scroll navbar issue

This commit is contained in:
Levi 2017-01-13 09:48:02 -05:00
parent bdfb37bf83
commit 83b135763d
2 changed files with 1 additions and 9 deletions

View File

@ -174,7 +174,7 @@
padding-right: 15px;
padding-top: 15px;
padding-bottom: 15px;
margin-top: 0px;
margin-top: 80px;
margin-bottom: 30px;
margin-left: 10px;
margin-right: 10px;

View File

@ -113,14 +113,6 @@
}
}
html,body{
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
</style>
</head>