File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
import React , { Component } from "react" ;
2
- import CovidApp from "./components/CovidApp" ;
3
- import Paper from "./components/Paper" ;
2
+ import { Route , Switch } from "react-router-dom" ;
4
3
import "./App.css" ;
4
+ import CovidApp from "./components/CovidApp" ;
5
+ import Help from "./components/Help" ;
5
6
import Navbar from "./components/Navbar" ;
6
- import { Switch , Route } from "react-router-dom " ;
7
+ import Paper from "./components/Paper " ;
7
8
import StaySafe from "./components/StaySafe" ;
8
- import Help from "./components/Help" ;
9
9
import Symptoms from "./components/Symptoms" ;
10
10
11
11
class App extends Component {
Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ export default {
37
37
38
38
nav : {
39
39
marginTop : "7rem" ,
40
+ position : "-webkit-sticky" ,
41
+ position : 'sticky' ,
42
+ top : "5rem" ,
40
43
41
44
[ sizes . down ( "md" ) ] : {
42
45
marginTop : "2.5rem" ,
You can’t perform that action at this time.
0 commit comments