Skip to content

Commit

Permalink
feat(snippets): add h-scroll for fragments
Browse files Browse the repository at this point in the history
  • Loading branch information
antonreshetov committed Mar 29, 2022
1 parent 6fdf620 commit 8ec47a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/snippets/SnippetsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const lang = computed({

<style lang="scss" scoped>
.snippets-view {
overflow: hidden;
padding-top: var(--title-bar-height);
}
</style>

0 comments on commit 8ec47a6

Please sign in to comment.