I designed a filter bar for a table that sticks above the table at a certain height. Everything was working smoothly until I opened the dropdown options in the md-select
. This caused the md-backdrop
to appear and apply inline positioning to the body, shifting everything except for the fixed filter bar.
Is there a method to deactivate the inline positioning applied to the <body>
when the select options dropdown is open?
Appreciate any help.