diff --git a/BTCPayServer/wwwroot/cart/css/style.css b/BTCPayServer/wwwroot/cart/css/style.css index f2d347b2f..fc291f45f 100644 --- a/BTCPayServer/wwwroot/cart/css/style.css +++ b/BTCPayServer/wwwroot/cart/css/style.css @@ -66,7 +66,7 @@ right: 0; height: 100vh; overflow-x: hidden; - overflow-y: scroll; + overflow-y: auto; z-index: 999; background: #e1e6ea; transition: all 0.3s;