diff --git a/less/documentDBFabric.less b/less/documentDBFabric.less index 900535700..832679abd 100644 --- a/less/documentDBFabric.less +++ b/less/documentDBFabric.less @@ -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; +}