Fixed Firefox issue with display of viewer animation list.

This commit is contained in:
Daan Vanden Bosch 2021-03-26 21:00:13 +01:00
parent a0bf918e42
commit 969df2f371

View File

@ -49,6 +49,14 @@ class SelectionWidget<T>(
.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 {