Skip to content

Commit

Permalink
Add overflow scroll into magnific popup plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jojoee committed Feb 4, 2016
1 parent 99be279 commit 7176b20
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/style.css
Expand Up @@ -671,6 +671,9 @@ li:before {
/*================================================================
#VENDOR - magnific-popup
================================================================*/
.mfp-wrap {
overflow-y: scroll !important;
}
.mp-caption {
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
Expand Down
4 changes: 4 additions & 0 deletions less/style.less
Expand Up @@ -674,6 +674,10 @@ li {
#VENDOR - magnific-popup
================================================================*/

.mfp-wrap {
overflow-y: scroll !important;
}

.mp-caption {
.zoom-in;
}
Expand Down

0 comments on commit 7176b20

Please sign in to comment.