nnmware / devoops

DevOOPS Bootstrap 3 Admin theme
GNU General Public License v3.0
852 stars 416 forks source link

dialog on long pages #32

Open simiula opened 9 years ago

simiula commented 9 years ago

I found that on dialog on long pages, the item appear on very bottom and not visible. I found a JS workaround for this: $( objectID ).click(function() { $('html, body').animate({ scrollTop: $("#dialog-confirm-standard").offset().top }, 2000); $( "#dialog-confirm-standard" ).dialog({
... rest of code

This 'move' in proper place the dialog.