К предыдущему

This commit is contained in:
Book Pauk
2019-01-24 03:44:48 +07:00
parent 15d3c1de0f
commit bc82087e59

View File

@@ -240,11 +240,11 @@ class TextPage extends Vue {
} }
get canvasStyle1() { get canvasStyle1() {
return (this.activeCanvas ? {display: 'block'} : {display: 'none'}); return (this.activeCanvas ? {'z-index': 11} : {'z-index': 10});
} }
get canvasStyle2() { get canvasStyle2() {
return (this.activeCanvas ? {display: 'none'} : {display: 'block'}); return (this.activeCanvas ? {'z-index': 10} : {'z-index': 11});
} }
draw(immediate) { draw(immediate) {