arkon / ng-sidebar

[Inactive] Angular sidebar component.

Home Page:https://echeung.me/ng-sidebar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap modal isn't pushed to the right when ng-sidebar is opened

gab-palmeri opened this issue · comments

Hi, I would like to have my modal pushed to the right when my right-positioned sidebar is opened, but i couldn't find a solid solution... Why isn't it being pushed automatically?

commented

Probably because the modal is at a fixed position. There isn't much this library can do about it since that's a pretty specific use case, unfortunately.

@arkon I see, thanks for the answer. Do you have any advice to at least not allow the sidebar to cover the modal?

commented

You might be able to post around with the z-index of the sidebar component via CSS.

@arkon thanks! love the component btw