From 8c46ba5ac96734296bef661058190d9f78ef5db2 Mon Sep 17 00:00:00 2001 From: Andinus Date: Fri, 10 Jun 2022 09:53:26 +0530 Subject: Remove will-change property From https://developer.mozilla.org/en-US/docs/Web/CSS/will-change: Warning: will-change is intended to be used as a last resort, in order to try to deal with existing performance problems. It should not be used to anticipate performance problems. --- resources/css/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/css/style.css b/resources/css/style.css index 87e6c9d..eb7f9f2 100644 --- a/resources/css/style.css +++ b/resources/css/style.css @@ -47,7 +47,6 @@ img { max-width: 100%; box-shadow: var(--bg-inactive) 0px 0px 0px 1px, var(--fg-inactive) 0px 0px 0px 1px inset; - will-change: opacity, transform; } input, .alert { -- cgit 1.4.1-2-gfad0