mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 22:58:29 +08:00
Fixed Firefox issue with display of viewer animation list.
This commit is contained in:
parent
a0bf918e42
commit
969df2f371
@ -49,6 +49,14 @@ class SelectionWidget<T>(
|
|||||||
|
|
||||||
.pw-viewer-selection-item {
|
.pw-viewer-selection-item {
|
||||||
padding: 4px 8px;
|
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 {
|
.pw-viewer-selection-item:hover {
|
||||||
|
Loading…
Reference in New Issue
Block a user