Skip to content

Commit

Permalink
v1.2.9
Browse files Browse the repository at this point in the history
fixed: zoomed image scroll on mobile
  • Loading branch information
LCweb-ita committed Dec 18, 2019
1 parent 13dbe1e commit 452910b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions css/lc_lightbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,9 @@
left: 0;
overflow: hidden !important;
}
.lcl_on_mobile #lcl_subj {
overflow: auto !important;
}
#lcl_subj {
z-index: 10;
}
Expand Down
2 changes: 1 addition & 1 deletion css/lc_lightbox.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/lc_lightbox.lite.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* LC Lightbox - LITE
* yet.. another jQuery lightbox.. or not?
*
* @version : 1.2.8
* @version : 1.2.9
* @copyright : Luca Montanari aka LCweb
* @website : https://lcweb.it
* @requires : jQuery v1.7 or later
Expand Down
2 changes: 1 addition & 1 deletion js/lc_lightbox.lite.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 452910b

Please sign in to comment.