Skip to content

Commit

Permalink
fix(Sidebar): Prevent content scroll below opened sidebar (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmolis1 authored Jan 29, 2025
1 parent 0a1fa82 commit 93d649a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nordcloud/gnui",
"description": "Nordcloud Design System - a collection of reusable React components used in Nordcloud's SaaS products",
"version": "10.4.4",
"version": "10.4.5",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions src/components/sidebar/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export const Inner = styled.div<InnerProps>`
${bp("xxl")`width: 30rem`};
`}
z-index: 2;
overscroll-behavior: contain;
`;

export const Container = styled.div`
Expand Down

0 comments on commit 93d649a

Please sign in to comment.