fix(commandline): double scrollbar

This commit is contained in:
Miodec 2024-03-15 13:39:19 +01:00
parent 00b5be2a38
commit 05de8a5de5

View file

@ -15,6 +15,7 @@
overflow: hidden;
.modal {
overflow: hidden;
max-width: 600px;
width: 100%;
background: var(--bg-color);