Skip to content

Commit

Permalink
🐞 fix(inspector component):
Browse files Browse the repository at this point in the history
change the root div h-screen to h-full

fix: content overflow
  • Loading branch information
junjiepro committed Dec 4, 2024
1 parent 9500f4a commit 790aea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/applications/inspector/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ const App = () => {
};

return (
<div className="flex h-screen bg-background">
<div className="flex h-full bg-background">
<Sidebar
connectionStatus={connectionStatus}
transportType={transportType}
Expand Down

0 comments on commit 790aea9

Please sign in to comment.