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