1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Do not block config map details scrolling

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2023-01-24 16:06:37 +03:00
parent 5f416921e9
commit 41cbde395d

View File

@ -113,6 +113,11 @@ class NonInjectedConfigMapDetails extends React.Component<ConfigMapDetailsProps
value={value} value={value}
onChange={v => this.data.set(name, v)} onChange={v => this.data.set(name, v)}
setInitialHeight setInitialHeight
options={{
scrollbar: {
alwaysConsumeMouseWheel: false,
}
}}
/> />
</div> </div>
)) ))