Skip to content

Commit

Permalink
stick the tab-bar
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhu188 committed Jun 11, 2020
1 parent be7553e commit 7d28af6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/renderer/components/Common/tabBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ export default {
</style>
<style lang="less" scoped>
.tab-bar {
position: sticky;
top: 0;
z-index: 99;
background: #f5f5f7;
display: flex;
justify-content: space-between;
align-items: center;
Expand Down

0 comments on commit 7d28af6

Please sign in to comment.