mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
Ensure that information is not lost on narrow screens. Fix for #48
This commit is contained in:
@@ -45,6 +45,7 @@ div, a, li {
|
||||
padding-top: 48px;
|
||||
overflow-y: scroll;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.page {
|
||||
|
||||
@@ -25,6 +25,7 @@ header {
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
z-index: 2;
|
||||
box-sizing: border-box;
|
||||
.user-select-none();
|
||||
|
||||
.menu {
|
||||
|
||||
Reference in New Issue
Block a user