Reports: Fix dropdown z-index

This commit is contained in:
Dennis Reimann 2024-07-04 13:22:08 +02:00
parent 4eb155696c
commit 6e19d21575
No known key found for this signature in database
GPG key ID: 5009E1797F03F8D0

View file

@ -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>
}