diff --git a/resources/assets/stylesheets/scss/blubber.scss b/resources/assets/stylesheets/scss/blubber.scss
index ccfec80da5b50da51c33312ae6fb057e9e90358e..76bafe4b8c0979bd73737440dc1da52b5b5dfa20 100644
--- a/resources/assets/stylesheets/scss/blubber.scss
+++ b/resources/assets/stylesheets/scss/blubber.scss
@@ -1,7 +1,7 @@
 .blubber_panel {
     display: flex;
     align-items: stretch;
-    height: calc(100vh - 174px);
+    height: calc(100vh - 130px);
     transition: opacity 100ms, filter 100ms;
     &.waiting {
         filter: blur(1px);
@@ -520,4 +520,7 @@ ol.tagcloud {
     .blubber_thread {
         margin-right: 0;
     }
+    .blubber_threads_widget .sidebar-widget-content {
+        max-height: calc(100vh - 230px);
+    }
 }