fix overflow in Modal for interfaces lists
This commit is contained in:
@@ -32,4 +32,8 @@ body {
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: #757575;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.mantine-Modal-content {
|
||||
overflow-y: visible;
|
||||
}
|
||||
Reference in New Issue
Block a user