We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e043971 commit e9afbadCopy full SHA for e9afbad
gallery.js
@@ -72,7 +72,7 @@ $(document).on('click', function(event) {
72
// Closing modal with x
73
$('#close-modal').on('click', function() {
74
$('#modal-container').hide();
75
- $('html').css('overflow', 'visible');
+ $('html').css('overflow', '');
76
});
77
78
$('#modal').on('click', function(event) {
@@ -82,7 +82,7 @@ $('#modal').on('click', function(event) {
82
// Closing modal with background
83
$('#modal-container').on('click', function(event) {
84
85
86
87
88
// Navbar functionality
0 commit comments