mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +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;
|
padding-top: 48px;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page {
|
.page {
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ header {
|
|||||||
left: 0px;
|
left: 0px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
box-sizing: border-box;
|
||||||
.user-select-none();
|
.user-select-none();
|
||||||
|
|
||||||
.menu {
|
.menu {
|
||||||
|
|||||||
Reference in New Issue
Block a user