From 876f88260ff1c79890c169749a8aa447e4a10e5d Mon Sep 17 00:00:00 2001 From: dr-irina Date: Fri, 12 Sep 2025 06:39:36 +0000 Subject: [PATCH] pg options fix Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/ICXPDK Testing: tests were added Signed-off-by: dr-irina --- static_core/plugins/ets/playground/frontend/src/index.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/static_core/plugins/ets/playground/frontend/src/index.css b/static_core/plugins/ets/playground/frontend/src/index.css index c5fa5b5449..690a257290 100644 --- a/static_core/plugins/ets/playground/frontend/src/index.css +++ b/static_core/plugins/ets/playground/frontend/src/index.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Huawei Device Co., Ltd. + * Copyright (c) 2024-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -71,7 +71,9 @@ a { .monaco-editor .scroll-decoration { box-shadow: none !important; } - +.bp5-popover-transition-container { + z-index: 2000 !important; +} .mosaic-window, .mosaic-preview { overflow: unset !important; } \ No newline at end of file -- Gitee