Ensure that information is not lost on narrow screens. Fix for #48

This commit is contained in:
Cmdr McDonald
2017-01-02 12:05:22 +00:00
parent b40a2e96e0
commit be1bfeb6f3
2 changed files with 2 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ div, a, li {
padding-top: 48px;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
box-sizing: border-box;
}
.page {

View File

@@ -25,6 +25,7 @@ header {
left: 0px;
width: 100%;
z-index: 2;
box-sizing: border-box;
.user-select-none();
.menu {