This commit is contained in:
2020-12-18 15:05:33 -03:00
parent 95ed898c95
commit a6b9f70747
2 changed files with 146 additions and 0 deletions

5
assets/js/main.js Normal file
View File

@ -0,0 +1,5 @@
$(document).ready(function() {
$('.sticky').sticky({
context: '#column'
})
})