added first three mockups
This commit is contained in:
+7
File diff suppressed because one or more lines are too long
+8
@@ -0,0 +1,8 @@
|
||||
$(function () {
|
||||
var scroll = new SmoothScroll('a[href*="#"]');
|
||||
$(document).on('scroll', function () {
|
||||
$('.nav-sidebar nav').css({
|
||||
'position': 'fixed'
|
||||
});
|
||||
});
|
||||
});
|
||||
+2
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user