Skip to content

Commit 961569a

Browse files
committed
Fix navigation stacking on docs pages
- Add z-index: 1000 to the sticky nav container so it renders above other positioned elements
1 parent 242fb52 commit 961569a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Nav.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const StyledNav = styled.div`
2828
top: 0;
2929
left: 0;
3030
right: 0;
31+
z-index: 1000;
3132
}
3233
3334
.nav {

0 commit comments

Comments
 (0)