Skip to content

Commit

Permalink
Fix styling of small dot indicating current navbar item (#528)
Browse files Browse the repository at this point in the history
only affected the Apple Safari browser
  • Loading branch information
Splines authored Aug 26, 2023
1 parent 883417c commit 1fae7c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -302,4 +302,8 @@ a {
&:hover {
text-decoration: underline;
}
}

.nav-item {
position: relative;
}

0 comments on commit 1fae7c8

Please sign in to comment.