Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
fix(navigation): scroll badge + cut badge if sidebar is right aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
herteleo committed Apr 22, 2019
1 parent 52602c0 commit fddf81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TabsNav.vue
Expand Up @@ -39,7 +39,7 @@ export default {

<style lang="postcss" module>
.nav {
@apply flex flex-col p-1 overflow-y-auto;
@apply relative flex flex-col p-1 overflow-x-hidden overflow-y-auto;
background-color: #0002;
}
Expand Down

0 comments on commit fddf81a

Please sign in to comment.