We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1fa82 commit 93d649aCopy full SHA for 93d649a
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@nordcloud/gnui",
3
"description": "Nordcloud Design System - a collection of reusable React components used in Nordcloud's SaaS products",
4
- "version": "10.4.4",
+ "version": "10.4.5",
5
"license": "MIT",
6
"repository": {
7
"type": "git",
src/components/sidebar/styles.tsx
@@ -108,6 +108,7 @@ export const Inner = styled.div<InnerProps>`
108
${bp("xxl")`width: 30rem`};
109
`}
110
z-index: 2;
111
+ overscroll-behavior: contain;
112
`;
113
114
export const Container = styled.div`
0 commit comments