mirror of
https://github.com/pcvolkmer/onkostar-plugin-dnpm.git
synced 2025-07-03 01:32:55 +00:00
Issue #34: Kein Overflow 'scroll', da dies Probleme unter Chrome/Chromium bereitet
This commit is contained in:
@ -154,7 +154,6 @@ const showDialog = function (blockIndex) {
|
|||||||
border: true,
|
border: true,
|
||||||
columns: gridColumns,
|
columns: gridColumns,
|
||||||
flex: 1,
|
flex: 1,
|
||||||
overflowY: 'scroll',
|
|
||||||
listeners: {
|
listeners: {
|
||||||
itemclick: (dv, record, item, index) => {
|
itemclick: (dv, record, item, index) => {
|
||||||
selectedItemIndex = index;
|
selectedItemIndex = index;
|
||||||
|
Reference in New Issue
Block a user