mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-27 11:05:46 +03:00
Fixed width and height styles
This commit is contained in:
parent
f15eb3c854
commit
c7fdfbd269
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user