Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nighca committed Jun 7, 2024
1 parent fac69f9 commit 3893361
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spx-gui/src/components/editor/common/EditorList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ const cssVars = computed(() => getCssVars('--editor-list-color-', uiVariables.co
cursor: pointer;
color: var(--ui-color-grey-100);
background: var(--editor-list-color-main);
// ensure the button's outline not covered by detail content on the right side
position: relative;
z-index: 1;
Expand Down

0 comments on commit 3893361

Please sign in to comment.