diff --git a/web/modals/chat/message-reactions-modal.css b/web/modals/chat/message-reactions-modal.css index 541005760..996595b3d 100644 --- a/web/modals/chat/message-reactions-modal.css +++ b/web/modals/chat/message-reactions-modal.css @@ -1,26 +1,27 @@ div.modalContentContainer { padding: 24px 32px 32px 32px; color: var(--fg); background-color: var(--modal-bg); flex: 1; display: flex; flex-direction: column; font-size: var(--l-font-18); gap: 16px; + overflow-y: auto; } div.userRowContainer { display: flex; flex-direction: row; justify-content: space-between; } div.userInfoContainer { display: flex; flex-direction: row; align-items: center; } div.username { margin-left: 8px; }