Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
fix: 🐛 stop the topnav expansion issue
Browse files Browse the repository at this point in the history
  • Loading branch information
benhalverson committed Aug 9, 2021
1 parent d0e769f commit 367d7a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,12 @@ select {
margin: 0;
}

.nav .right-container > li:first-child {
position: relative;
top: 0;
height: 3em;
}

.nav__tabs {
display: flex;
cursor: pointer;
Expand Down

0 comments on commit 367d7a0

Please sign in to comment.