Skip to content

Commit

Permalink
Merge pull request #412 from marmelab/accordion_effect
Browse files Browse the repository at this point in the history
[RFR] Fix accordion effect on sidebar menu
  • Loading branch information
RobinBressan committed Apr 30, 2015
2 parents 40e999c + 1a478c4 commit 069a7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sass/ng-admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ menu {
ul.collapsible.collapsed {
max-height: 0;
transition: max-height 0.15s ease-out;
overflow: hidden;
}

ul.collapsible {
max-height: 500px;
transition: max-height 0.25s ease-in;
overflow-y: hidden;
}

[ng-click],
Expand Down

0 comments on commit 069a7bd

Please sign in to comment.