Fixed databasemanager overflow

This commit is contained in:
Pax1601
2023-11-13 18:54:11 +01:00
parent 9f7efe3018
commit bba0aa9f52
3 changed files with 13 additions and 6 deletions

View File

@@ -63,6 +63,8 @@
display: flex;
flex-direction: column;
row-gap: 5px;
max-height: 100%;
padding: 10px;
}
@media (min-width: 1200px) {