Div class mx-dataview-content created and height set

1
Hello, I have a styling issue. Within a data view, Mendix automatically creates another div class="mx-dataview-content". In some pages, this element automatically gets a fixed height. <div class="mx-dataview-content" style="height: 599.672px; overflow: auto;"> I cannot find how I can prevent that Mendix puts the height style to this element. Your help is appreciated. Thanks in advance!
asked
1 answers
0

Hi Pieter,

We cannot restrict the dataview content from appearing as it is a difficult functionality.  If you want to change the height of it manually you can use a class for the dataview then you change the height of the data view content through css.

 

Hope this Helps:)

answered