Added resizing logics to modal + option to disable this

This commit is contained in:
2024-06-10 01:42:57 +02:00
parent 7e11a86604
commit 2f7153fbfe
3 changed files with 86 additions and 3 deletions

View File

@ -122,6 +122,7 @@ async function registerFunc() {
flex-direction: column;
background-color: rgba($white, 0.5);
border-radius: 3px;
border: $light-gray 1px solid;
min-width: 400px;
margin: 0 auto;