.engineBar { display: flex; gap: 16px; margin-bottom: 16px 0; } .devtools { background-color: #444444; color: white; height: 100%; overflow: hidden; padding: 16px; width: 100%; } .devtools > :global(.react-tabs) { display: flex; flex-direction: column; height: 100%; > :global(.react-tabs__tab-panel) { overflow-y: auto; } }