Fix for Forien's Quest Log

This commit is contained in:
Mandar
2021-06-16 15:52:17 +02:00
parent 0981fc311e
commit 48f37f0e60
2 changed files with 8 additions and 1 deletions
File diff suppressed because one or more lines are too long
+7
View File
@@ -338,3 +338,10 @@ a.compendium-link {
.window-draggable-handle { .window-draggable-handle {
z-index: 2; z-index: 2;
} }
// Fix forien-quest
#forien-quest-log .window-content,
#forien-quest-log-form .window-content,
.window-app.forien-quest-preview .window-content {
overflow: initial;
}