Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit d6f3303

Browse files
committed
fix(plugins/plugin-client-common): when monaco-editor scrolls, odd box-shadow appears at the top
part of #8295
1 parent f8037f4 commit d6f3303

File tree

1 file changed

+7
-0
lines changed
  • plugins/plugin-client-common/web/scss/components/Editor

1 file changed

+7
-0
lines changed

plugins/plugin-client-common/web/scss/components/Editor/Editor.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@
3232
font-style: italic;
3333
}
3434

35+
/** Odd interactions with Kui themes. This leaves an odd box-shadow at
36+
* the top. https://github.com/kubernetes-sigs/kui/issues/8295
37+
*/
38+
.monaco-editor .scroll-decoration {
39+
box-shadow: none;
40+
}
41+
3542
.monaco-editor {
3643
display: block;
3744
min-height: 23rem;

0 commit comments

Comments
 (0)