Remove modal overflow

This commit is contained in:
jeffvli 2023-04-03 03:45:08 -07:00
parent 44cd1b33bf
commit 2b8a97b8c2

View File

@ -126,6 +126,10 @@ button {
animation: fadeOut 0.2s forwards;
}
.mantine-Modal-content {
overflow: hidden;
}
@font-face {
font-family: 'Archivo';
src: url('../fonts/Archivo-VariableFont_wdth,wght.ttf') format('truetype-variations');