Skip to content

Commit

Permalink
Fix tabs style issue
Browse files Browse the repository at this point in the history
* See: #398
  • Loading branch information
stevenjoezhang committed Mar 10, 2022
1 parent abae50c commit 32892a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/css/_common/scaffolding/tags/tabs.styl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
position: -webkit-sticky;
position: sticky;
top: 0;
// Fix issue #398
z-index: $zindex-0;

+mobile-smallest() {
display: block;
Expand Down

0 comments on commit 32892a6

Please sign in to comment.