mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-05-28 11:14:52 +01:00
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:
parent
10cda21401
commit
f9b0abdd14
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user