Skip to content
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #33 from wearejust/bugfix/download_dropdown_fix
Browse files Browse the repository at this point in the history
Bugfix: Fix the download dropdown to open towards the top
  • Loading branch information
RutgerKooijman authored Jan 18, 2018
2 parents 1b13a1d + 569cd98 commit 3f9523c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Resources/assets/scss/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,12 @@
}
}

.box-footer .dropdown-menu {
transform: translateY(-100%);
position: absolute;
top: -0.1rem;
}

.content-header .navbar-nav.navbar-right:last-child { margin-left: 0;}
.has_tabs .navbar-left .navbar-nav>li.first,
.has_tabs .navbar-left .navbar-nav>li.active {
Expand Down

0 comments on commit 3f9523c

Please sign in to comment.