diff --git a/src/darkmode.js b/src/darkmode.js index 5c3aaa1..a3f9a54 100644 --- a/src/darkmode.js +++ b/src/darkmode.js @@ -42,7 +42,7 @@ export default class Darkmode { .darkmode-layer--simple { width: 100%; - height: 100%; + height: 150%; top: 0; left: 0; transform: scale(1) !important; @@ -88,7 +88,7 @@ export default class Darkmode { pointer-events: none; z-index: -10; width: 100%; - height: 100%; + height: 150%; top: 0; left: 0; }