diff --git a/web/modals/threads/thread-picker-modal.css b/web/modals/threads/thread-picker-modal.css --- a/web/modals/threads/thread-picker-modal.css +++ b/web/modals/threads/thread-picker-modal.css @@ -2,12 +2,12 @@ display: flex; flex-direction: column; overflow: hidden; - margin: 16px; } div.contentContainer { overflow: scroll; height: 448px; + padding-top: 16px; } div.threadPickerOptionContainer {