Skip to content

Commit

Permalink
Fix tab content disappearing during scrolling on macOS Firefox (#8702)
Browse files Browse the repository at this point in the history
  • Loading branch information
whymarrh authored May 29, 2020
1 parent 68f8abb commit ad85382
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/app/components/ui/tabs/index.scss
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit ad85382

Please sign in to comment.