diff --git a/BTCPayServer/wwwroot/main/layout.css b/BTCPayServer/wwwroot/main/layout.css index e465ced30..6146a9937 100644 --- a/BTCPayServer/wwwroot/main/layout.css +++ b/BTCPayServer/wwwroot/main/layout.css @@ -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 */