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

Merge pull request #49 from CCC-MF/issue_34

Vertikales Scrolling im Studienauswahldialog wird nun korrekt angezeigt
This commit is contained in:
2023-09-25 19:18:23 +02:00
committed by GitHub
2 changed files with 6109 additions and 6111 deletions

View File

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

File diff suppressed because one or more lines are too long