Skip to content

Commit

Permalink
Fix top border in Firefox (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
victorbnl authored Jan 31, 2024
1 parent 5a9e320 commit 3ae21d4
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@

#nav-bar * {
visibility: visible !important;
}
}

#navigator-toolbox {
border-bottom: none !important;
}

0 comments on commit 3ae21d4

Please sign in to comment.