Skip to content

Commit

Permalink
fix: horizontal overflow by sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
elizavetaRa committed May 12, 2022
1 parent be4f5d4 commit b3a0348
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web-pkg/src/components/sidebar/SideBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ export default defineComponent({
&__body {
overflow-y: auto;
overflow-x: hidden;
padding: 10px;
}
Expand Down

0 comments on commit b3a0348

Please sign in to comment.