From cc3908cdb380463dcbad66e2f3952d6b751c8521 Mon Sep 17 00:00:00 2001 From: d11n Date: Thu, 25 Nov 2021 10:22:45 +0100 Subject: [PATCH] Checkout: Fix UI flickering on payment method change (#3158) --- BTCPayServer/wwwroot/vendor/vex/css/vex.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/BTCPayServer/wwwroot/vendor/vex/css/vex.css b/BTCPayServer/wwwroot/vendor/vex/css/vex.css index 809da92fd..2e7a09980 100644 --- a/BTCPayServer/wwwroot/vendor/vex/css/vex.css +++ b/BTCPayServer/wwwroot/vendor/vex/css/vex.css @@ -112,6 +112,3 @@ height: 2em; width: 2em; background: #fff; } - -body.vex-open { - overflow: hidden; }