fix: enable scroll modal component (#3816)

This commit is contained in:
Faisal Amir 2024-10-16 13:40:02 +07:00 committed by GitHub
parent 02190c5cbd
commit a2efa357fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ fieldset,
&__content { &__content {
color: hsla(var(--modal-fg)); color: hsla(var(--modal-fg));
overflow: hidden; overflow: auto;
background-color: hsla(var(--modal-bg)); background-color: hsla(var(--modal-bg));
border-radius: 8px; border-radius: 8px;
font-size: 14px; font-size: 14px;