fix(frontend): fix separator z-index (#2720)

This commit is contained in:
Faton Ramadani
2023-11-28 22:34:47 +01:00
committed by GitHub
parent 029bf7106a
commit cdf6b392be
+1 -1
View File
@@ -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',