fix: Add overflow property and set minimum heights for flex and sidebar containers (#2124)

* fix: Add overflow property and set minimum heights for flex and sidebar containers

* fix: Update overflow and minimum height properties for tab panes and containers
This commit is contained in:
Dmitry Shilov
2025-05-05 15:50:43 +02:00
committed by GitHub
parent 10cda21401
commit f9b0abdd14

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;
}