From a92f0fe28922fadf0ee8e22ba7d92b3ee3c825cc Mon Sep 17 00:00:00 2001 From: Umar Bolatov Date: Wed, 9 Oct 2019 20:41:24 -0700 Subject: [PATCH] [PoS app] Show card scrollbar only when necessary fix #1078 --- BTCPayServer/wwwroot/cart/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;