Skip to content

Commit 3dfcbed

Browse files
author
Jose Pardilla
committed
fix bug causing scrollbars in inline content in some cases
1 parent 25d4f2e commit 3dfcbed

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

fancybox/fancybox.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fancybox/fancybox.dev.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@
8383
border: 0px solid #fff;
8484
}
8585

86+
#fancybox-content > div {
87+
overflow: hidden !important;
88+
}
89+
8690
#fancybox-hide-sel-frame {
8791
position: absolute;
8892
top: 0;

0 commit comments

Comments
 (0)