Skip to content

Instantly share code, notes, and snippets.

@kishorekumar080297
Created October 18, 2017 22:20
Show Gist options
  • Save kishorekumar080297/edf059eba16e12c967d55f7a4868b6a9 to your computer and use it in GitHub Desktop.
Save kishorekumar080297/edf059eba16e12c967d55f7a4868b6a9 to your computer and use it in GitHub Desktop.
Materialize css modal scroll issuse
$(document).ready(function(){
$('.modal').modal({
dismissible: true,
opacity: .5,
inDuration: 300,
outDuration: 200,
startingTop: '4%',
endingTop: '10%',
);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment