Fixed width and height styles

This commit is contained in:
TheSacredlipton 2021-11-10 18:47:09 +09:00
parent f15eb3c854
commit c7fdfbd269

View File

@ -25,8 +25,8 @@ mainView title =
--, Attr.attribute "ref" reference
, Attr.style "position" "absolute"
, Attr.style "top" "0"
, Attr.style "width" "1"
, Attr.style "height" "1"
, Attr.style "width" "1px"
, Attr.style "height" "1px"
, Attr.style "padding" "0"
, Attr.style "overflow" "hidden"
, Attr.style "clip" "rect(0, 0, 0, 0)"