Skip to content

Commit 8eeaa1d

Browse files
authored
Merge pull request #116 from EyeSeeTea/feature/disable-scroll-lock-context-menu
Feature/disable scroll lock context menu
2 parents 0a2c078 + 22cdc5a commit 8eeaa1d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "git+https://github.com/eyeseetea/d2-ui-components.git"
99
},
10-
"version": "1.0.3-beta.4",
10+
"version": "1.0.3-beta.5",
1111
"main": "index.js",
1212
"types": "index.d.ts",
1313
"peerDependencies": {

src/data-table/ContextualMenu.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export function ContextualMenu<T extends ReferenceObject>(props: ContextualMenuP
5050
className={classes.root}
5151
open={isOpen}
5252
anchorReference="anchorPosition"
53+
disableScrollLock={true}
5354
anchorPosition={{
5455
left: positionLeft,
5556
top: positionTop,

0 commit comments

Comments
 (0)