This commit is contained in:
Justin Kolasa (from Dev Box) 2025-05-05 11:29:18 -04:00
commit 9bf8cffd29

View File

@ -211,3 +211,12 @@ a:focus {
.fileImportImg img {
filter: brightness(0) saturate(100%);
}
.tabPanesContainer {
overflow: auto !important;
}
.tabs-container {
min-height: 500px;
min-width: 500px;
}