Skip to content

Commit

Permalink
Revert "fix nav-bar on MS Edge"
Browse files Browse the repository at this point in the history
This reverts commit 783b978.
  • Loading branch information
lpil committed Mar 19, 2024
1 parent 783b978 commit fe7c0d7
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,20 +92,6 @@ h6 {
font-weight: normal;
}

nav {
position: fixed;
/*
`fixed` collapses `.navbar`
(probably related to `display: flex`),
thus the need for this:
*/
width: 100%; /* not `vw`,
because it will overflow within a container
(except `body`)
*/
z-index: 1;
}

.navbar {
display: flex;
justify-content: space-between;
Expand Down

0 comments on commit fe7c0d7

Please sign in to comment.