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.
This commit is contained in:
Pratik Chanda
2025-06-01 20:29:46 +05:30
committed by Tim Abbott
parent c9492750d4
commit 146dcbc33a

View File

@@ -533,6 +533,7 @@
height: 0;
overflow: auto;
flex-grow: 1;
padding-right: var(--width-simplebar-scroll-hover);
.option-row {
list-style-type: none;