Skip to content

Commit

Permalink
fix(layout): remove overflow hidden (#3529)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwoodland authored and JustZacca committed Jun 10, 2022
1 parent 61bf5db commit 90327b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion components/views/media/heading/Heading.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export default Vue.extend({
...mapState(['ui', 'webrtc']),
},
mounted() {
this.$store.commit('ui/fullscreen', false)
this.setTimer()
},
beforeDestroy() {
Expand Down
3 changes: 0 additions & 3 deletions layouts/Layout.less
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@
height: calc(@full - @toolbar-height - @light-spacing);
&:extend(.fifth-layer);
}
.chat-scroll-content {
overflow: hidden;
}
}
}

Expand Down

0 comments on commit 90327b0

Please sign in to comment.