Skip to content

Commit

Permalink
header for small devices improved (#7324)
Browse files Browse the repository at this point in the history
* Unequal Margin Fixed

* header for small devices improved
  • Loading branch information
NitinBhasneria authored Jan 30, 2020
1 parent 0b208a1 commit 3bffa3b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/views/layouts/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,13 @@
.profile-icon:hover .fa-user-circle:before{
opacity:0.5;
}
@media (max-width: 767px){
.navbar{
max-height: 100vh;
overflow-y: auto;
-webkit-overflow-scrolling:touch;
}
}
</style>

<%= render :partial => "map/mapDependencies" %>

0 comments on commit 3bffa3b

Please sign in to comment.