Skip to content

Commit

Permalink
Merge pull request #94 from inkonchain/feat/sticky-layout
Browse files Browse the repository at this point in the history
chore: bump to 0.6.1, add missing class
  • Loading branch information
fran-ink authored Feb 10, 2025
2 parents fdf1391 + 85937c7 commit 8bc140e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inkonchain/ink-kit",
"version": "0.5.3",
"version": "0.6.1",
"description": "",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
Expand Down
2 changes: 1 addition & 1 deletion src/layout/InkLayout/InkLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const InkLayout: React.FC<InkLayoutProps> = ({
{sideNavigation}
</div>
)}
<div className="ink:flex-grow ink:flex ink:box-border ink:pb-5">
<div className="ink:flex-grow ink:flex ink:box-border ink:pb-5 ink:overflow-hidden">
{children}
</div>
</div>
Expand Down

0 comments on commit 8bc140e

Please sign in to comment.