Skip to content

Commit

Permalink
Merge pull request #106 from akhuoa/bugfix/ui
Browse files Browse the repository at this point in the history
Fix sidebar active tab border UI
  • Loading branch information
alan-wu authored Feb 12, 2025
2 parents 8dd4acf + 6b8e2f1 commit cafd4f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Tabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ $tab-height: 30px;
height: $tab-height;
display: flex;
flex-direction: row;
position: relative;
z-index: 1;
}
.title {
Expand Down

0 comments on commit cafd4f2

Please sign in to comment.