mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-20 13:34:37 +01:00
Reports: Fix dropdown z-index
This commit is contained in:
parent
4eb155696c
commit
6e19d21575
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
#app .table-responsive { max-height: 80vh; }
|
||||
#app #charts { gap: var(--btcpay-space-l) var(--btcpay-space-xxl); }
|
||||
#app #charts article { flex: 1 1 450px; }
|
||||
main .dropdown-menu.show { z-index: 99999; }
|
||||
</style>
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue