[SSE mobile] debug styles
This commit is contained in:
parent
50a31b80fa
commit
9345ca25c6
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,6 @@
|
||||||
|
|
||||||
@appStatusbarHeight: 30px;
|
@appStatusbarHeight: 30px;
|
||||||
|
@baseZIndex: 10;
|
||||||
|
|
||||||
.navbar-hidden + .navbar-through {
|
.navbar-hidden + .navbar-through {
|
||||||
> .page.editor {
|
> .page.editor {
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -6,6 +6,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background-color: @gray-light;
|
background-color: @gray-light;
|
||||||
|
z-index: @baseZIndex + 1;
|
||||||
|
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
Loading…
Reference in a new issue