This commit is contained in:
Cmdr McDonald
2016-12-24 20:56:37 +00:00
parent e53ffd0273
commit 0ce8bfac79
2 changed files with 7 additions and 2 deletions

View File

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

View File

@@ -20,7 +20,10 @@ header {
line-height: 3em;
font-family: @fTitle;
vertical-align: middle;
position: relative;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
z-index: 2;
.user-select-none();
@@ -186,6 +189,7 @@ header {
}
.no-wrap {
overflow-x: auto;
white-space: nowrap;
}
@@ -200,4 +204,4 @@ header {
margin:0px;
text-transform: uppercase;
}
}
}