From 728106e9d3271d97f0a933918e3fbe27db73d748 Mon Sep 17 00:00:00 2001 From: Jakob Date: Sun, 8 Mar 2020 03:05:29 +0100 Subject: [PATCH] fix --- threadr/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/threadr/style.css b/threadr/style.css index 1e50154..ddd8ba0 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -324,10 +324,10 @@ iframe { width: 100%; } -iframe .board { +iframe.board { } -iframe .action { +iframe.action { min-height: max-content; }