From d459ed58167bd100808bc717cbe1e3d3ad866735 Mon Sep 17 00:00:00 2001 From: Eric Wei Date: Thu, 25 May 2023 17:04:14 -0700 Subject: [PATCH] remove styling causing issue for banner in adv settings Signed-off-by: Eric Wei --- public/components/event_analytics/explorer/explorer.scss | 4 ---- public/components/metrics/index.scss | 4 ---- 2 files changed, 8 deletions(-) diff --git a/public/components/event_analytics/explorer/explorer.scss b/public/components/event_analytics/explorer/explorer.scss index 33acd6b449..9d73808d27 100644 --- a/public/components/event_analytics/explorer/explorer.scss +++ b/public/components/event_analytics/explorer/explorer.scss @@ -3,10 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -#opensearch-dashboards-body { - overflow-y: hidden; -} - .liveStream { margin : 8px; height: 40px; diff --git a/public/components/metrics/index.scss b/public/components/metrics/index.scss index 1b96965459..9f2d601982 100644 --- a/public/components/metrics/index.scss +++ b/public/components/metrics/index.scss @@ -3,10 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -#opensearch-dashboards-body { - overflow-y: hidden; -} - .liveStream { margin : 8px; height: 40px;