From 969df2f371a2026ddad82dbbf1c340dd29e4f352 Mon Sep 17 00:00:00 2001 From: Daan Vanden Bosch Date: Fri, 26 Mar 2021 21:00:13 +0100 Subject: [PATCH] Fixed Firefox issue with display of viewer animation list. --- .../phantasmal/web/viewer/widgets/SelectionWidget.kt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/web/src/main/kotlin/world/phantasmal/web/viewer/widgets/SelectionWidget.kt b/web/src/main/kotlin/world/phantasmal/web/viewer/widgets/SelectionWidget.kt index fa3c4fc6..f255c5d5 100644 --- a/web/src/main/kotlin/world/phantasmal/web/viewer/widgets/SelectionWidget.kt +++ b/web/src/main/kotlin/world/phantasmal/web/viewer/widgets/SelectionWidget.kt @@ -49,6 +49,14 @@ class SelectionWidget( .pw-viewer-selection-item { padding: 4px 8px; + white-space: nowrap; /* Necessary for Firefox. */ + } + + /* Firefox-specific hack to ensure the scrollbar doesn't cover the items. */ + @-moz-document url-prefix() { + .pw-viewer-selection-item { + padding-right: 24px; + } } .pw-viewer-selection-item:hover {