Revert fixed header due to issues with ios

This commit is contained in:
Cmdr McDonald
2017-03-03 22:03:47 +00:00
parent 70f218f833
commit 9aef1ff8a6
2 changed files with 1 additions and 5 deletions

View File

@@ -42,7 +42,6 @@ div, a, li {
#coriolis { #coriolis {
width: 100%; width: 100%;
height: 100%; height: 100%;
padding-top: 48px;
overflow-y: scroll; overflow-y: scroll;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
box-sizing: border-box; box-sizing: border-box;

View File

@@ -20,10 +20,7 @@ header {
line-height: 3em; line-height: 3em;
font-family: @fTitle; font-family: @fTitle;
vertical-align: middle; vertical-align: middle;
position: absolute; position: relative;
top: 0px;
left: 0px;
width: 100%;
z-index: 2; z-index: 2;
box-sizing: border-box; box-sizing: border-box;
.user-select-none(); .user-select-none();