Explorar o código

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

Book Pauk %!s(int64=6) %!d(string=hai) anos
pai
achega
bc82087e59
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      client/components/Reader/TextPage/TextPage.vue

+ 2 - 2
client/components/Reader/TextPage/TextPage.vue

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