mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-19 05:33:31 +01:00
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:
parent
73eaf97afb
commit
c313bba288
@ -495,10 +495,6 @@
|
||||
transform: translate(-50%, -50%) rotate(-45deg);
|
||||
}
|
||||
|
||||
#mainContent {
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
#SectionNav {
|
||||
--scroll-indicator-spacing: var(--btcpay-space-m);
|
||||
position: relative;
|
||||
|
Loading…
Reference in New Issue
Block a user