diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss index 3586bb94ef..26c30642bc 100644 --- a/frontend/src/_styles/theme.scss +++ b/frontend/src/_styles/theme.scss @@ -348,7 +348,7 @@ button { } .editor-sidebar { - height: 100%; + height: calc(100% - 45px); position: fixed; right: 0; overflow-x: hidden;