From d737aae81dec3d1b58c584f76544299f4e257746 Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Mon, 1 Jul 2024 20:27:36 +0100 Subject: [PATCH] firefox embed_colour display fix --- apps/static/css/home/index.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/static/css/home/index.css b/apps/static/css/home/index.css index c226b62..b129166 100644 --- a/apps/static/css/home/index.css +++ b/apps/static/css/home/index.css @@ -63,7 +63,10 @@ td { } @-moz-document url-prefix() { - .fix_height { + tr { + height: 100%; + } + td { height: 100%; } } \ No newline at end of file