fix: project automation settings flickering (#2680)
* fix: cycle and module sidebar z-index * fix: project automation settings flickering
This commit is contained in:
parent
da799b5a63
commit
df8bdfd5b9
7 changed files with 156 additions and 157 deletions
|
|
@ -58,7 +58,7 @@ const ModuleIssuesPage: NextPageWithLayout = () => {
|
|||
</div>
|
||||
{moduleId && !isSidebarCollapsed && (
|
||||
<div
|
||||
className="flex flex-col gap-3.5 h-full w-[24rem] z-10 overflow-y-auto border-l border-custom-border-100 bg-custom-sidebar-background-100 px-6 py-3.5 duration-300 flex-shrink-0"
|
||||
className="flex flex-col gap-3.5 h-full w-[24rem] overflow-y-auto border-l border-custom-border-100 bg-custom-sidebar-background-100 px-6 py-3.5 duration-300 flex-shrink-0"
|
||||
style={{
|
||||
boxShadow:
|
||||
"0px 1px 4px 0px rgba(0, 0, 0, 0.06), 0px 2px 4px 0px rgba(16, 24, 40, 0.06), 0px 1px 8px -1px rgba(16, 24, 40, 0.06)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue