Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
SaiKiranGoud
Regular Visitor

How to make custom dropdown content pop out of the visual container ?

I am using custom dropdown library called React-Select. It uses div elements with position properties to mimic the behaviour of the dropdown element. 
The problem is the native dropdown pops-out of the visual to display the options content but the custom dropdown is fixed inside its own iframe.
We need to increase the visual height in-order to access them. But its overlaping with the other visuals usage in the page when on top and when on bottom other visual overlap on this. Is there the solution to this?  

1 ACCEPTED SOLUTION
dm-p
Super User
Super User

Hi @SaiKiranGoud,

Rich-HTML is not permitted to overflow the boundaries of the container, due to the restrictions MS have imposed upon the sandbox. Regular form components can overflow, but they have limited styling options. The alternative is to ensure that your users size the visual to leave enough space for the dialog to grow.

The only supported way to exceed the boundaries of a visual is to use the dialog box API, which may be possible to adapt for your situation, but this may create some significant friction with UX, if you need it to serve as the list of options for a dropdown list. 

Regards,

Daniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




View solution in original post

1 REPLY 1
dm-p
Super User
Super User

Hi @SaiKiranGoud,

Rich-HTML is not permitted to overflow the boundaries of the container, due to the restrictions MS have imposed upon the sandbox. Regular form components can overflow, but they have limited styling options. The alternative is to ensure that your users size the visual to leave enough space for the dialog to grow.

The only supported way to exceed the boundaries of a visual is to use the dialog box API, which may be possible to adapt for your situation, but this may create some significant friction with UX, if you need it to serve as the list of options for a dropdown list. 

Regards,

Daniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.