mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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:
committed by
Tim Abbott
parent
c9492750d4
commit
146dcbc33a
@@ -533,6 +533,7 @@
|
||||
height: 0;
|
||||
overflow: auto;
|
||||
flex-grow: 1;
|
||||
padding-right: var(--width-simplebar-scroll-hover);
|
||||
|
||||
.option-row {
|
||||
list-style-type: none;
|
||||
|
Reference in New Issue
Block a user