Skip to content
Commits on Source (5)
## [101.7.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v101.7.0...v101.7.1) (2024-11-04)
### Bug Fixes
* **GlDuoChat:** Prevent scrolling the content behind the Duo Chat ([2b48d08](https://gitlab.com/gitlab-org/gitlab-ui/commit/2b48d0885cfdf409c8d84a1cd046149fae111496))
# [101.7.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v101.6.2...v101.7.0) (2024-11-04)
......
{
"name": "@gitlab/ui",
"version": "101.7.0",
"version": "101.7.1",
"description": "GitLab UI Components",
"license": "MIT",
"main": "dist/index.js",
......@@ -108,7 +108,7 @@
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@cypress/grep": "^4.0.1",
"@gitlab/eslint-plugin": "20.4.1",
"@gitlab/eslint-plugin": "20.5.0",
"@gitlab/fonts": "^1.3.0",
"@gitlab/stylelint-config": "6.2.2",
"@gitlab/svgs": "3.120.0",
......
......@@ -65,6 +65,8 @@
// above the drawer when hovering interactive elements
// see https://gitlab.com/gitlab-org/gitlab/-/issues/366558
background-color: inherit;
// prevent scroll behind the chat
overscroll-behavior: contain;
}
.duo-chat-drawer-footer {
......
......@@ -1353,10 +1353,10 @@
resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.1.6.tgz#22958c042e10b67463997bd6ea7115fe28cbcaf9"
integrity sha512-OfX7E2oUDYxtBvsuS4e/jSn4Q9Qb6DzgeYtsAdkPZ47znpoNsMgZw0+tVijiv3uGNR6dgNlty6r9rzIzHjtd/A==
 
"@gitlab/eslint-plugin@20.4.1":
version "20.4.1"
resolved "https://registry.yarnpkg.com/@gitlab/eslint-plugin/-/eslint-plugin-20.4.1.tgz#79cf7679528a1769d32faf20bab9ac9614aebf8a"
integrity sha512-OXCP04WFYa7TkVNXb2gFcgW4BlS2jvlQ/xk7BbvZ3vuHBGzQH9v6Hec709bVJ25iKe2mpHi2C4V5RMaiZUeZew==
"@gitlab/eslint-plugin@20.5.0":
version "20.5.0"
resolved "https://registry.yarnpkg.com/@gitlab/eslint-plugin/-/eslint-plugin-20.5.0.tgz#c8de1256345932d933af9712613522e4bc4464b7"
integrity sha512-QNI/Lu0NZjHLTaWrhyKez03Cpc2ia87U32Xt1wtneEdghrScxRfbL+pgoVmiEZjzyaPg8LjTtmTWkPHgoDb0sQ==
dependencies:
"@typescript-eslint/eslint-plugin" "^7.14.1"
eslint-config-airbnb-base "^15.0.0"
......