mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-24 07:42:07 +03:00
@ -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;
|
||||
|
@ -20,6 +20,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
body.mce-fullscreen .page-editor .edit-area {
|
||||
z-index: 12;
|
||||
}
|
||||
|
||||
@include smaller-than($s) {
|
||||
.page-edit-toolbar {
|
||||
overflow-x: scroll;
|
||||
|
Reference in New Issue
Block a user