Skip to content

Commit

Permalink
Sticky position the tabs at the top
Browse files Browse the repository at this point in the history
  • Loading branch information
whymarrh committed May 18, 2020
1 parent c413d09 commit afd5b63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/app/components/ui/tabs/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

0 comments on commit afd5b63

Please sign in to comment.