fix: enable scroll modal component (#3816)
This commit is contained in:
parent
02190c5cbd
commit
a2efa357fa
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user