Prevent expanding for ide-react-main element (#23405)

GitOrigin-RevId: 099f603b206cfa062fccd7577368f32062f15df4
This commit is contained in:
Domagoj Kriskovic
2025-02-06 10:37:05 +01:00
committed by Copybot
parent ac15073a52
commit e76baa9cb4

View File

@@ -74,6 +74,7 @@ $editor-toggler-bg-dark-color: color.adjust(
.ide-react-main {
flex: 1;
overflow-y: hidden;
display: flex;
flex-direction: column;