From 104b6c1d0c07396b60d38556b628b58990680626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20=C4=BDach?= Date: Tue, 11 Aug 2020 16:17:43 +0200 Subject: [PATCH] GPU acceleration for the mobile menu Reimplements #810, but for all browsers. --- assets/themes/default/_header.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/themes/default/_header.scss b/assets/themes/default/_header.scss index 4fca55f1..78d5b405 100644 --- a/assets/themes/default/_header.scss +++ b/assets/themes/default/_header.scss @@ -205,6 +205,7 @@ body > header { position: absolute; left: 50%; transform: translate(-50%, 0); + transform: translateZ(0); opacity: 0; font-size: 0.9em; white-space: nowrap;