From 2dcea86b3639a88666429056b0ca7f02abd1744f Mon Sep 17 00:00:00 2001 From: cv <34649812+cpvalente@users.noreply.github.com> Date: Thu, 6 Apr 2023 14:07:19 +0200 Subject: [PATCH] style: small style tweaks --- apps/client/src/features/editors/Editor.module.scss | 1 + 1 file changed, 1 insertion(+) 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; } }