@gitlab/ui 101.7.0 → 101.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "101.7.0",
3
+ "version": "101.7.1",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -108,7 +108,7 @@
108
108
  "@babel/preset-env": "^7.26.0",
109
109
  "@babel/preset-react": "^7.25.9",
110
110
  "@cypress/grep": "^4.0.1",
111
- "@gitlab/eslint-plugin": "20.4.1",
111
+ "@gitlab/eslint-plugin": "20.5.0",
112
112
  "@gitlab/fonts": "^1.3.0",
113
113
  "@gitlab/stylelint-config": "6.2.2",
114
114
  "@gitlab/svgs": "3.120.0",
@@ -65,6 +65,8 @@
65
65
  // above the drawer when hovering interactive elements
66
66
  // see https://gitlab.com/gitlab-org/gitlab/-/issues/366558
67
67
  background-color: inherit;
68
+ // prevent scroll behind the chat
69
+ overscroll-behavior: contain;
68
70
  }
69
71
 
70
72
  .duo-chat-drawer-footer {