We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7689d commit 6a168f4Copy full SHA for 6a168f4
src/components/Map.js
@@ -79,8 +79,7 @@ class Map extends Component {
79
80
render() {
81
const data = this.props.mapData;
82
- const { classes } = this.props;
83
-
+
84
const gradientData = {
85
fromColor: COLOR_RANGE[0],
86
toColor: COLOR_RANGE[COLOR_RANGE.length - 1],
src/styles/NavbarStyles.js
@@ -37,8 +37,7 @@ export default {
37
38
nav: {
39
marginTop: "7rem",
40
- position: "-webkit-sticky",
41
- position: 'sticky',
+ position: "sticky",
42
top: "5rem",
43
44
[sizes.down("md")]: {
0 commit comments