Updated editor z-indexing to not hide app menu

Closes #1556
This commit is contained in:
Dan Brown 2019-08-04 16:21:16 +01:00
parent 83ef086470
commit 0b1ece664d
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
2 changed files with 5 additions and 1 deletions

View File

@ -16,7 +16,7 @@ header .grid {
header {
position: relative;
display: block;
z-index: 6;
z-index: 11;
top: 0;
background-color: $primary-dark;
color: #fff;

View File

@ -20,6 +20,10 @@
}
}
body.mce-fullscreen .page-editor .edit-area {
z-index: 12;
}
@include smaller-than($s) {
.page-edit-toolbar {
overflow-x: scroll;