From a4e268e5434ae52cf8f4504161fabf182a52cdfc Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Mon, 18 Jul 2022 00:49:00 +0200 Subject: [PATCH] fix: remove js scrollbars in body & editor (#962) --- src/App.vue | 12 +++--------- src/assets/styles/page.scss | 21 ++++++++++++++++++++- src/components/TheEditor.vue | 16 ++++++---------- 3 files changed, 29 insertions(+), 20 deletions(-) diff --git a/src/App.vue b/src/App.vue index 9328eb0e..4aa8e4cf 100644 --- a/src/App.vue +++ b/src/App.vue @@ -21,10 +21,6 @@ /*noinspection CssUnresolvedCustomProperty*/ color: var(--v-btn-text-primary); } - -.main-content-scrollbar { - height: calc(var(--app-height) - 48px); -}