mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 09:54:30 +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 {
|
#StoreSelectorMenu {
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
max-height: calc(100vh - var(--header-height));
|
overflow-y: auto;
|
||||||
overflow-y: scroll;
|
/* 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 */
|
/* Logo */
|
||||||
|
Loading…
Reference in New Issue
Block a user