From d362ccd2f45f0fba2220e378aad6f2310aff22fa Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 28 Feb 2024 18:58:56 +0300 Subject: Fix stylelint issues --- src/main/assets/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/main/assets') diff --git a/src/main/assets/style.css b/src/main/assets/style.css index 2a5d5a61..f67e2c7d 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -50,8 +50,7 @@ html, body { width: 100%; height: 100%; - overscroll-behavior-x: none; - overscroll-behavior-y: auto; + overscroll-behavior: none, auto; } body { -- cgit v1.2.3