From bc82087e59e8236a06a012700123fa1e5b3faf0a Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Thu, 24 Jan 2019 03:44:48 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9A=20=D0=BF=D1=80=D0=B5=D0=B4=D1=8B=D0=B4?= =?UTF-8?q?=D1=83=D1=89=D0=B5=D0=BC=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Reader/TextPage/TextPage.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/components/Reader/TextPage/TextPage.vue b/client/components/Reader/TextPage/TextPage.vue index 668d68ee..90ad6a61 100644 --- a/client/components/Reader/TextPage/TextPage.vue +++ b/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) {