From bed3ab1537a6f656dbb9c0da486182001ed34a10 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 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/static_core/plugins/ets/playground/frontend/src/index.css b/static_core/plugins/ets/playground/frontend/src/index.css index 9fa4bf2e54..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,3 +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