diff --git a/src/renderer/styles/global.scss b/src/renderer/styles/global.scss index a706589a..60be7832 100644 --- a/src/renderer/styles/global.scss +++ b/src/renderer/styles/global.scss @@ -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');