added background to fix bug on linux
This commit is contained in:
parent
33d55ef605
commit
f05285e703
1 changed files with 3 additions and 1 deletions
|
|
@ -162,7 +162,9 @@ export default function ExtraSidebar() {
|
|||
<div key={k} data-tooltip-id={t}>
|
||||
<div
|
||||
draggable
|
||||
className={"side-bar-components-border"}
|
||||
className={
|
||||
"side-bar-components-border bg-background"
|
||||
}
|
||||
style={{
|
||||
borderLeftColor:
|
||||
nodeColors[d] ?? nodeColors.unknown,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue