From 146dcbc33a80fd16f488c4ed17ab87f7d04df821 Mon Sep 17 00:00:00 2001 From: Pratik Chanda Date: Sun, 1 Jun 2025 20:29:46 +0530 Subject: [PATCH] modal: Fix simplebar overlap with content in todo/poll widget modal. This commit fixes the overlap of simplebar with content in widget modal by adding a padding for the simplebar-content. Fixes part of zulip#32950. --- web/styles/modal.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/styles/modal.css b/web/styles/modal.css index f87501ad37..ecefa11262 100644 --- a/web/styles/modal.css +++ b/web/styles/modal.css @@ -533,6 +533,7 @@ height: 0; overflow: auto; flex-grow: 1; + padding-right: var(--width-simplebar-scroll-hover); .option-row { list-style-type: none;