We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88c090 commit c18da85Copy full SHA for c18da85
src/ssd1306-element.ts
@@ -92,7 +92,12 @@ export class SSD1306Element extends LitElement {
92
width="${screenWidth}"
93
height="${screenHeight}"
94
>
95
- <canvas width="${screenWidth}" height="${screenHeight}" class="pixelated"></canvas>
+ <canvas
96
+ width="${screenWidth}"
97
+ height="${screenHeight}"
98
+ style="position: fixed"
99
+ class="pixelated"
100
+ ></canvas>
101
</foreignObject>
102
</g>
103
0 commit comments