Datagrid content scrollbar not longer working on Chrome
1
Hi all Up untill now I implemented following classes (within the custom.css file ) in some of my projects to implement horizontal scrolling inside a datagrid: } .inModelerToDataGridAttachedClass .mx-grid-content { overflow-x: auto; transform:rotateX(180deg) } .inModelerToDataGridAttachedClass_M .mx-grid-content table { width: 4000px; transform:rotateX(180deg) The problem is however that recently this is not working anymore on chrome. On other browers it does. Is there anybody that knows a fix for the chrome issue? Kind regards. Kevin