mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-19 05:33:31 +01:00
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
This commit is contained in:
parent
28ce095fb4
commit
add206ae2d
@ -47,6 +47,7 @@ namespace BTCPayServer.Components.StoreSelector
|
||||
WalletId = walletId
|
||||
};
|
||||
})
|
||||
.OrderBy(s => s.Text)
|
||||
.ToList();
|
||||
|
||||
var vm = new StoreSelectorViewModel
|
||||
|
@ -174,6 +174,8 @@
|
||||
|
||||
#StoreSelectorMenu {
|
||||
min-width: 100%;
|
||||
max-height: calc(100vh - var(--header-height));
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
/* Logo */
|
||||
|
Loading…
Reference in New Issue
Block a user