Files
preview_sites/templates/ePaint/ePaint-documentation/js/scripts.js
T
2026-07-20 05:38:53 -05:00

8 lines
178 B
JavaScript
Executable File

$(function () {
var scroll = new SmoothScroll('a[href*="#"]');
$(document).on('scroll', function () {
$('.nav-sidebar nav').css({
'position': 'fixed'
});
});
});