mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
Replace js code with proper elm using elm-scroll package
This commit is contained in:
@ -79,7 +79,10 @@ defaultLayout model =
|
||||
, loginInfo model
|
||||
]
|
||||
]
|
||||
, div [ class "main-content" ]
|
||||
, div
|
||||
[ class "main-content"
|
||||
, id "main-content"
|
||||
]
|
||||
[ case model.page of
|
||||
HomePage _ ->
|
||||
viewHome model
|
||||
|
Reference in New Issue
Block a user