Skip to content

Commit

Permalink
Currect .menubg top position (#5505)
Browse files Browse the repository at this point in the history
* Currect .menubg top position

Ben changed .top-bar height but do not changed .menubg top position

* Update top-bar.scss
  • Loading branch information
vladimirschneider authored and benhalpern committed Jan 15, 2020
1 parent 06bf574 commit bbaa590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/top-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
bottom: 0;
background: rgba(17, 17, 17, 0.88);
z-index: -5;
top: 48px;
top: 46px;
display: none;
}
.menu {
Expand Down

0 comments on commit bbaa590

Please sign in to comment.