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

Bug with navigation elements #4

Open
99liza99 opened this issue Oct 30, 2022 · 1 comment
Open

Bug with navigation elements #4

99liza99 opened this issue Oct 30, 2022 · 1 comment

Comments

@99liza99
Copy link

https://prnt.sc/Xrf7_G9sKk4K

@romain10009
Copy link

romain10009 commented Aug 4, 2024

+1 Got a similar issue, seems to have to do with the positioning of the backgrounds. I could patch it like this :

.lightbox-wrapper{
  .pswp__button--arrow--right, .pswp__button--arrow--left{
    right: 6px !important;
    background: none!important;
    z-index: 999;
  }

  .pswp__button--arrow--right::before{
      background-position: -93px -45px!important;
  }

  .pswp__button--arrow--left::before{
    background-position: -138px -45px!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

2 participants