parent
83ef086470
commit
0b1ece664d
|
@ -16,7 +16,7 @@ header .grid {
|
||||||
header {
|
header {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
z-index: 6;
|
z-index: 11;
|
||||||
top: 0;
|
top: 0;
|
||||||
background-color: $primary-dark;
|
background-color: $primary-dark;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.mce-fullscreen .page-editor .edit-area {
|
||||||
|
z-index: 12;
|
||||||
|
}
|
||||||
|
|
||||||
@include smaller-than($s) {
|
@include smaller-than($s) {
|
||||||
.page-edit-toolbar {
|
.page-edit-toolbar {
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
|
|
Loading…
Reference in New Issue