1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix tiny cropping in Firefox

This commit is contained in:
Dmitry Lyzo 2020-03-12 18:49:38 +03:00
parent a41bd6de56
commit 17d1dc3559

View file

@ -46,6 +46,7 @@
top: 0; top: 0;
left: 0; left: 0;
z-index: 1; z-index: 1;
overflow: visible;
} }
.mdl-radio__button:disabled + .mdl-radio__circles { .mdl-radio__button:disabled + .mdl-radio__circles {