From 3aad032941477974ec66925455b453098f6dd541 Mon Sep 17 00:00:00 2001 From: unfriend Date: Sun, 1 Apr 2018 13:53:09 +0300 Subject: [PATCH] Hotfix: UI smoothing --- tapiriik/web/static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tapiriik/web/static/css/style.css b/tapiriik/web/static/css/style.css index 324d9a5f0..6fdd8b338 100644 --- a/tapiriik/web/static/css/style.css +++ b/tapiriik/web/static/css/style.css @@ -169,6 +169,10 @@ body { right:0; top:0; bottom:0; + + /*To smooth UI -- big background SVG cause big painting issues (see performance tab)*/ + pointer-events: none; + transform: translateZ(0); } .environs {