Fix mobile content z-index

I think we added this before taking proper care of the main menu z-index. Now that that is fixed we can remove the z-index of the content area, which fixes #3504.
This commit is contained in:
Dennis Reimann 2022-02-26 13:40:37 +01:00 committed by Andrew Camilleri
parent 73eaf97afb
commit c313bba288

View File

@ -495,10 +495,6 @@
transform: translate(-50%, -50%) rotate(-45deg);
}
#mainContent {
z-index: 0;
}
#SectionNav {
--scroll-indicator-spacing: var(--btcpay-space-m);
position: relative;