Fix OneJournal header buttons in maximized state

This commit is contained in:
Vlyan
2022-06-08 14:28:11 +02:00
parent d991fd57b4
commit d1ed939e9a
6 changed files with 24 additions and 15 deletions

View File

@@ -0,0 +1,19 @@
/** Modules Compatibility fixes **/
// Fix for "search anywhere" draggable icon
.window-draggable-handle {
z-index: 20 !important;
}
// Fix forien-quest
#forien-quest-log .window-content,
#forien-quest-log-form .window-content,
.window-app.forien-quest-preview .window-content {
overflow: initial;
}
// Fix OneJournal header buttons in maximized state
#OneJournalShell:first-child > .window-header,
#OneJournalShell.maximized > .window-header {
z-index: 20;
}

View File

@@ -363,15 +363,3 @@ a.compendium-link {
color: #0096ff;
}
}
// Fix for "search anywhere" draggable icon
.window-draggable-handle {
z-index: 20 !important;
}
// Fix forien-quest
#forien-quest-log .window-content,
#forien-quest-log-form .window-content,
.window-app.forien-quest-preview .window-content {
overflow: initial;
}