Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Newbie] Popover doesn't show with lightbox #107

Open
ruisilva450 opened this issue Jan 25, 2016 · 1 comment
Open

[Newbie] Popover doesn't show with lightbox #107

ruisilva450 opened this issue Jan 25, 2016 · 1 comment

Comments

@ruisilva450
Copy link

Hi,
I have an lightbox with some images showing. And I'm trying to make a button that shows a popover.
But I'm not getting it to show. I have other popovers on the same website that work well but within a lightbox it's not working.

<div class="share" ns-popover
        ns-popover-template="popover"
        ns-popover-theme="ns-popover-tooltip-theme"
        ns-popover-trigger="click"
        ns-popover-placement="top"
        ns-popover-timeout="-1">
</div>

<script type="text/ng-template" id="popover">
        I should be visible on popover
</script>

Thanks

@ruisilva450
Copy link
Author

Found out that is was showing behind the lightbox. Fixed editing the css:

.ns-popover-tooltip-theme{
    z-index: 10000 !important;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant