Skip to content

Commit

Permalink
fix: unset renderer style rather than set to initial (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsn committed Oct 27, 2018
1 parent 1243180 commit 59b0a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/components/Renderer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export default Vue.extend({

<style scoped>
.renderer {
all: initial;
all: unset;
overflow: auto;
display: block;
height: 100%;
Expand Down

0 comments on commit 59b0a90

Please sign in to comment.