Closed
Description
I have a responsive table and a dropdown in one of its headers. If the table content is shorter than the dropdown, the dropdown is trapped inside the scrollbox of the table. I figured I could fix this easily with boundary="window"
as I have done on other responsive tables to fix tooltips. But this does not seem to do anything. I tried to reproduce the issue using native Bootstrap and the issue does not reproduce (i.e. adding data-boundary="window"
does indeed work using only Bootstrap).
Link to reproduce: https://codesandbox.io/s/goofy-joliot-v9b8f
Since this has boundary="window"
, I would expect the dropdown to breakout of the .table-responsive
div.
Please let me know if you need any further information.