netlify-cms-react-starter/src/components/Nav.css
2018-01-23 12:21:56 +10:00

6 lines
74 B
CSS

.Nav {
background: white;
position: sticky;
top: 0;
z-index: 1;
}