mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-07 07:35:59 +00:00
Fix scrollbar position
This commit is contained in:
parent
03459124ca
commit
ff0b70abfe
@ -34,6 +34,7 @@ viewContent mid _ _ model =
|
|||||||
[ id "content"
|
[ id "content"
|
||||||
, class S.content
|
, class S.content
|
||||||
]
|
]
|
||||||
|
[ div [ class "container mx-auto" ]
|
||||||
[ div [ class "px-0 flex flex-col" ]
|
[ div [ class "px-0 flex flex-col" ]
|
||||||
[ div [ class "py-4" ]
|
[ div [ class "py-4" ]
|
||||||
[ renderForm model
|
[ renderForm model
|
||||||
@ -64,6 +65,7 @@ viewContent mid _ _ model =
|
|||||||
, renderSuccessMsg (Util.Maybe.nonEmpty mid) model
|
, renderSuccessMsg (Util.Maybe.nonEmpty mid) model
|
||||||
, renderUploads model
|
, renderUploads model
|
||||||
]
|
]
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
renderForm : Model -> Html Msg
|
renderForm : Model -> Html Msg
|
||||||
|
@ -18,7 +18,7 @@ sidebarMenuItemActive =
|
|||||||
|
|
||||||
content : String
|
content : String
|
||||||
content =
|
content =
|
||||||
"container mx-auto px-2 h-screen-12 overflow-y-auto scrollbar-main scrollbar-thin"
|
"w-full mx-auto px-2 h-screen-12 overflow-y-auto scrollbar-main scrollbar-thin"
|
||||||
|
|
||||||
|
|
||||||
sidebarLink : String
|
sidebarLink : String
|
||||||
|
Loading…
x
Reference in New Issue
Block a user