Quote Image: fix overflow

Note: simply setting `display: none` works in Firefox, but not in WebKit
Chromium.
This commit is contained in:
John Factotum
2024-09-12 05:25:42 +08:00
parent 0b9fac8ff3
commit 3658b19a86
+3
View File
@@ -17,6 +17,9 @@ const pixelRatio = 2
const html = `<style>
:host {
position: absolute;
width: 0;
height: 0;
overflow: hidden;
visibility: hidden;
}
</style>