increase z-index of sidebar

This commit is contained in:
srgooglo 2022-10-25 14:40:58 +00:00
parent ae843cc840
commit 6f0edc37b5

View File

@ -2,7 +2,7 @@
// SIDEBAR
.ant-layout-sider {
z-index: 50;
z-index: 1000;
background: var(--sidebar-background-color) !important;
background-color: var(--sidebar-background-color) !important;