firefox embed_colour display fix

This commit is contained in:
Corban-Lee Jones 2024-07-01 20:27:36 +01:00
parent af2845a15d
commit d737aae81d

View File

@ -63,7 +63,10 @@ td {
}
@-moz-document url-prefix() {
.fix_height {
tr {
height: 100%;
}
td {
height: 100%;
}
}