From ad853828245c771fc86cfcd3a5a42d9ba8fbb94a Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Fri, 29 May 2020 14:41:34 -0230 Subject: [PATCH] Fix tab content disappearing during scrolling on macOS Firefox (#8702) --- ui/app/components/ui/tabs/index.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/app/components/ui/tabs/index.scss b/ui/app/components/ui/tabs/index.scss index b27fee4434ba..a4a064d7bed6 100644 --- a/ui/app/components/ui/tabs/index.scss +++ b/ui/app/components/ui/tabs/index.scss @@ -1,6 +1,9 @@ @import 'tab/index'; .tabs { + // Just for Firefox — https://github.com/MetaMask/metamask-extension/issues/8700 + -moz-transform: translateZ(0); + &__list { display: flex; justify-content: flex-start;