feat(SW-564): Fix z-index error

This commit is contained in:
Pontus Dreij
2024-10-08 12:00:46 +02:00
parent 00ad62d3a1
commit c71f2a2433

View File

@@ -42,7 +42,7 @@
box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
position: sticky;
top: 0;
z-index: 10000;
z-index: 9;
background-color: var(--Base-Surface-Primary-light-Normal);
}