Fix rounded corners on FSRS Simulator modal

This commit is contained in:
Brett Schwartz 2025-12-26 15:22:36 -07:00
parent 8f2144534b
commit 9d81e8d6be

View file

@ -623,6 +623,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
.modal {
background-color: rgba(0, 0, 0, 0.5);
--bs-modal-margin: 0;
--bs-modal-border-radius: 0;
}
.svg-container {