fixing scrollbars on windows

This commit is contained in:
Antoine M 2024-05-08 12:42:22 +02:00
parent f3034f0376
commit 0424e18f6e

View File

@ -34,7 +34,7 @@ dialog {
@apply w-6 h-6; @apply w-6 h-6;
} }
} }
overflow: scroll; overflow: auto;
} }
.modal-content-container { .modal-content-container {