From 48ece102209084d88f3953b9974d161a60a3bf2e Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Wed, 27 Sep 2023 23:40:15 +0200 Subject: [PATCH] =?UTF-8?q?Entferne=20overflowY:=20'scroll'=20f=C3=BCr=20L?= =?UTF-8?q?iste=20der=20Varianten?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/varianten-dialog.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/varianten-dialog.js b/scripts/varianten-dialog.js index c447bf8..51e4523 100644 --- a/scripts/varianten-dialog.js +++ b/scripts/varianten-dialog.js @@ -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;