From f67685afc33fe335cc40d2bfa6e98c4b1c6fbadf Mon Sep 17 00:00:00 2001 From: tim Date: Thu, 6 Feb 2025 13:26:49 -0400 Subject: [PATCH] fixed corp scrollbar --- src/layouts/chart/ChartLayout.vue | 6 ++++++ src/styles/style.scss | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/layouts/chart/ChartLayout.vue b/src/layouts/chart/ChartLayout.vue index 7ff62b1..091599b 100644 --- a/src/layouts/chart/ChartLayout.vue +++ b/src/layouts/chart/ChartLayout.vue @@ -93,3 +93,9 @@ function describeOrder(order) { + + diff --git a/src/styles/style.scss b/src/styles/style.scss index 35ee1cf..d7fb34e 100644 --- a/src/styles/style.scss +++ b/src/styles/style.scss @@ -1,9 +1,5 @@ @use "vars" as v; -html { - overflow-y: hidden; -} - #app { a {