Improve decoding speed

This commit is contained in:
ferferga 2020-05-25 18:31:51 +02:00
parent d7fda69e9c
commit 7587469480
2 changed files with 7 additions and 5 deletions

View file

@ -7,11 +7,12 @@
}
.blurhash-canvas {
align-items: stretch;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1000;
z-index: 100;
}