diff --git a/assets/themes/default/_header.scss b/assets/themes/default/_header.scss index 5705f26c..2753cc23 100644 --- a/assets/themes/default/_header.scss +++ b/assets/themes/default/_header.scss @@ -216,9 +216,7 @@ body > header { display: block; position: absolute; left: 50%; - transform: translate(-50%, 0); transform: translateZ(0); - -webkit-transform: none !important; opacity: 0; font-size: 0.9em; white-space: nowrap; @@ -231,7 +229,6 @@ body > header { .mobile-label { opacity: 1; transform: translate(-50%, 80%); - -webkit-transform: translate(-50%, 80%); } } }