mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 01:43:50 +01:00
UI: Make store selector list scrollable if necessary (#5760)
Fixes #5754.
This commit is contained in:
parent
33d3a25928
commit
42a8160768
@ -219,8 +219,10 @@
|
||||
|
||||
#StoreSelectorMenu {
|
||||
min-width: 100%;
|
||||
max-height: calc(100vh - var(--header-height));
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
/* gradually try to set better but less supported values and units */
|
||||
max-height: calc(100vh - var(--header-height) - var(--btcpay-space-xxl));
|
||||
max-height: calc(100dvh - var(--header-height));
|
||||
}
|
||||
|
||||
/* Logo */
|
||||
|
Loading…
Reference in New Issue
Block a user