Skip to content
Discussion options

You must be logged in to vote

Solved it now that I understand how things work a little better.

The box shadows parameter in _sass\minimal-mistakes\vendor\magnific-popup_magnific-popup•scss

  .mfp-figure {
    line-height: 0;
    &:after {
      content: '';
      position: absolute;
      left: 0;
      top: $mfp-image-padding-top;
      bottom: $mfp-image-padding-bottom;
      display: block;
      right: 0;
      width: auto;
      height: auto;
      z-index: -1;
      box-shadow: transparent;
      background: $mfp-image-background;

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by RhymesOfContraband
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant