Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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?
Solved! Go to Solution.
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
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
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
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
7 | |
7 | |
3 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
4 |