mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-25 18:42:01 +03:00
@ -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;
|
||||||
|
Reference in New Issue
Block a user