1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Sticky position the tabs at the top (#8609)

This commit is contained in:
Whymarrh Whitby 2020-05-18 16:22:42 -02:30 committed by GitHub
parent ce11fad81c
commit 3485bfbc5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,5 +5,10 @@
display: flex;
justify-content: flex-start;
border-bottom: 1px solid $geyser;
background-color: $white;
position: sticky;
top: 0;
z-index: 1;
}
}