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:
parent
ce11fad81c
commit
3485bfbc5c
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user