mirror of
				https://github.com/TheAnachronism/docspell.git
				synced 2025-10-30 21:40:12 +00:00 
			
		
		
		
	Fix scrollbar position
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user