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; +}