-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
`;
}
onResize() {
this.calcDrawProps();
+ this.setBackground();
this.draw();
}
@@ -440,7 +446,7 @@ class TextPage extends Vue {
return '';
let out = ``;
+ ` color: ${this.textColor}">`;
if (!this.book || !lines || !this.parsed.textLength) {
out += '
';
@@ -884,13 +890,6 @@ class TextPage extends Vue {
min-width: 200px;
}
-.background {
- margin: 0;
- padding: 0;
- position: relative;
- z-index: 5;
-}
-
.layout {
margin: 0;
padding: 0;
@@ -898,6 +897,9 @@ class TextPage extends Vue {
z-index: 10;
}
+.back {
+ z-index: 5;
+}
.events {
z-index: 20;
background-color: rgba(0,0,0,0);