locale-scrolling-nav
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -38,3 +38,3 @@ "use strict"; | ||
height: height ? height : 70, | ||
position: "fixed", | ||
//position: "fixed", | ||
left: 0, | ||
@@ -41,0 +41,0 @@ top: 0, |
@@ -16,3 +16,3 @@ "use strict"; | ||
height: 70, | ||
position: 'fixed', | ||
//position: 'fixed', | ||
left: 0, | ||
@@ -19,0 +19,0 @@ top: 0, |
{ | ||
"name": "locale-scrolling-nav", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "A scrolling navigation bar for React.js", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
11254