Remove forced scrollbars in modal + round corners

This commit is contained in:
Gabe Kangas 2022-11-19 12:56:57 -08:00
parent ce1c564797
commit 76b4f5eef4
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA

View File

@ -119,7 +119,8 @@ DROPDOWN
color: var(--theme-color-components-modal-header-text);
}
.ant-modal-body {
overflow: scroll;
overflow: auto;
border-radius: 0 0 var(--theme-rounded-corners) var(--theme-rounded-corners);
}
.ant-modal {
color: var(--theme-color-components-text-on-light);