diff --git a/apps/client/src/features/editors/Editor.module.scss b/apps/client/src/features/editors/Editor.module.scss index bd427b07e..ce3c155c3 100644 --- a/apps/client/src/features/editors/Editor.module.scss +++ b/apps/client/src/features/editors/Editor.module.scss @@ -175,6 +175,7 @@ $playback-width: 450px; grid-area: even; .content { + height: calc(100% - 24px); overflow: hidden; } }