diff options
author | Vitaly Takmazov | 2024-02-28 18:58:56 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2024-02-28 18:58:56 +0300 |
commit | d362ccd2f45f0fba2220e378aad6f2310aff22fa (patch) | |
tree | 88dbae2f2e38180c47458516201845946b5fcc1f /src | |
parent | 99ce23623dfdd093996eed879bf88ba82f50e41e (diff) |
Fix stylelint issues
Diffstat (limited to 'src')
-rw-r--r-- | src/main/assets/style.css | 3 |
1 files changed, 1 insertions, 2 deletions
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 { |