1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Fix tab content disappearing during scrolling on macOS Firefox (#8702)

This commit is contained in:
Whymarrh Whitby 2020-05-29 14:41:34 -02:30 committed by GitHub
parent 68f8abbbca
commit ad85382824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;