1
0
mirror of https://github.com/pcvolkmer/onkostar-plugin-dnpm.git synced 2025-07-01 17:02:53 +00:00

Entferne overflowY: 'scroll' für Liste der Varianten

This commit is contained in:
2023-09-27 23:40:15 +02:00
parent 2e40b7cfcd
commit 48ece10220

View File

@ -165,7 +165,6 @@ const showDialog = function (procedureId) {
border: true,
columns: gridColumns,
flex: 1,
overflowY: 'scroll',
listeners: {
itemclick: (dv, record, item, index) => {
selectedItemIndex = index;
@ -186,7 +185,6 @@ const showDialog = function (procedureId) {
border: true,
columns: gridColumns,
flex: 1,
overflowY: 'scroll',
listeners: {
itemclick: (dv, record, item, index) => {
deselectedItemIndex = index;