mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 14:04:12 +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
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue