Fix scrolling to card

That was broken due to the independent scroll in commit #bcb1b8.
This commit is contained in:
Eike Kettner 2021-01-09 02:00:01 +01:00
parent cef1c38cc4
commit cbca4d234f
2 changed files with 2 additions and 1 deletions

View File

@ -648,7 +648,7 @@ scrollToCard : Maybe String -> Model -> ( Model, Cmd Msg, Sub Msg )
scrollToCard mId model =
let
scroll id =
Scroll.scroll id 0.5 0.5 0.5 0.5
Scroll.scrollElementY "item-card-list" id 0.5 0.5
in
case mId of
Just id ->

View File

@ -110,6 +110,7 @@ view flags settings model =
, ( "sixteen wide column", menuCollapsed model )
, ( "item-card-list", True )
]
, id "item-card-list"
]
(List.concat
[ viewBar flags model