fix overflow in Modal for interfaces lists

This commit is contained in:
Domingo Dirutigliano
2023-09-23 02:29:15 +02:00
parent ae8dbd9423
commit 73297b3804
3 changed files with 6 additions and 2 deletions

View File

@@ -32,4 +32,8 @@ body {
::-webkit-scrollbar-thumb {
background: #757575;
border-radius: 8px;
}
.mantine-Modal-content {
overflow-y: visible;
}