mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-01 13:14:30 +01:00
UI: Make store selector list scrollable if necessary (#5760)
Fixes #5754.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user