Hello,
I currently have a problem with RadzenTabs. A RadzenDatagrid is displayed in the RadzenTabsItem. This loads images and is then displayed in a RadzenImage.
Two images are loaded and placed on top of each other.
The position-relative and position-absolute classes are used for this.
Unfortunately, the images are not displayed in full in the TabsItem.
How can I make this possible?
position-absolute makes the images render relatively to the position-relative div. In this case the div does not know the height of it's children and renders without height. One option is to explicitly set height of the div, another option is to use different layout without absolute positioning. For example you could try rendering the images in a RadzenStack.