Skip to content

Commit 9677032

Browse files
committed
Fix HTML error.
1 parent ed878bc commit 9677032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fidget/htmlbackend.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ proc drawStart() =
421421
422422
canvas.style.display = "block"
423423
canvas.style.position = "absolute"
424-
canvas.style.zIndex = "-1"
424+
canvas.style.zIndex = -1
425425
canvas.style.left = cstring($scrollBox.x & "px")
426426
canvas.style.top = cstring($scrollBox.y & "px")
427427
canvas.style.width = cstring($width & "px")

0 commit comments

Comments
 (0)