mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-21 00:02:30 +00:00
fix(frontend): fix separator z-index (#2720)
This commit is contained in:
@@ -792,11 +792,11 @@ const config = {
|
||||
backgroundColor: lightTheme.border + ' !important',
|
||||
margin: '0 !important',
|
||||
border: 'none !important',
|
||||
zIndex: '1001 !important',
|
||||
'&::after': {
|
||||
backgroundColor: lightTheme.border + ' !important',
|
||||
margin: '0 !important',
|
||||
transform: 'none !important',
|
||||
zIndex: '1001 !important',
|
||||
transition: 'opacity 200ms !important',
|
||||
opacity: '0',
|
||||
'--splitter-hover-size': '5px',
|
||||
|
||||
Reference in New Issue
Block a user