mirror of
https://github.com/james-m-jordan/morphik-core.git
synced 2025-05-09 19:32:38 +00:00
Fix UI component height
This commit is contained in:
parent
5538b4787a
commit
6cc4a9377e
@ -57,11 +57,11 @@ const MorphikUI: React.FC<MorphikUIProps> = ({
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="flex h-screen">
|
||||
<div className="flex h-full">
|
||||
<Sidebar
|
||||
activeSection={activeSection}
|
||||
onSectionChange={setActiveSection}
|
||||
className="h-screen"
|
||||
className="h-full"
|
||||
connectionUri={currentUri}
|
||||
isReadOnlyUri={isReadOnlyUri}
|
||||
onUriChange={handleUriChange}
|
||||
@ -70,7 +70,7 @@ const MorphikUI: React.FC<MorphikUIProps> = ({
|
||||
onBackClick={onBackClick}
|
||||
/>
|
||||
|
||||
<div className="flex-1 flex flex-col h-screen overflow-hidden">
|
||||
<div className="flex-1 flex flex-col h-full overflow-hidden">
|
||||
{/* Remove the header with back button */}
|
||||
<div className="flex-1 overflow-y-auto">
|
||||
{/* Documents Section */}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@morphik/ui",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.2",
|
||||
"private": true,
|
||||
"description": "Modern UI component for Morphik - A powerful document processing and querying system",
|
||||
"author": "Morphik Team",
|
||||
|
Loading…
x
Reference in New Issue
Block a user