1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-24 07:42:07 +03:00

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
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;