From b9bc7af1d60ef9eb7219cf21905f47c8ab1f54a2 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Wed, 20 Apr 2022 15:59:10 -0700 Subject: [PATCH] Removes overflow hidden to fix scroll bug. See #1720 (#1721) --- assets/components/LogViewer.vue | 1 - assets/pages/Container.vue | 6 ++---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/assets/components/LogViewer.vue b/assets/components/LogViewer.vue index 92eb3696..a29a97e7 100644 --- a/assets/components/LogViewer.vue +++ b/assets/components/LogViewer.vue @@ -76,7 +76,6 @@ watch( .events { padding: 1em; font-family: SFMono-Regular, Consolas, Liberation Mono, monaco, Menlo, monospace; - overflow: hidden; &.disable-wrap { .line, diff --git a/assets/pages/Container.vue b/assets/pages/Container.vue index 646fbe25..c687eaf5 100644 --- a/assets/pages/Container.vue +++ b/assets/pages/Container.vue @@ -1,8 +1,6 @@