From f266a2d68989bb87cab7cca0b6b50cb5de4a5a74 Mon Sep 17 00:00:00 2001 From: Jakob Date: Sun, 8 Mar 2020 02:59:49 +0100 Subject: [PATCH] iframe height --- threadr/style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/threadr/style.css b/threadr/style.css index 026966a..1e50154 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -322,4 +322,12 @@ iframe { border: none; margin: 0px; width: 100%; -} \ No newline at end of file +} + +iframe .board { + +} + +iframe .action { + min-height: max-content; +}