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

Commit

Permalink
fix(tabs): fixes Safari issue regarding dynamic tabs transitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Messerle committed Apr 14, 2015
1 parent 375d4fc commit 4ac7dc0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/tabs/tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ md-tabs {
border-radius: 2px;
overflow: hidden;
position: relative;
transition: height $swift-ease-in-out-duration $swift-ease-in-out-timing-function;
&.ng-animate {
transition: height $swift-ease-in-out-duration $swift-ease-in-out-timing-function;
}
&:not(.md-no-tab-content):not([md-dynamic-height]) {
min-height: 200 + $tabs-header-height;
}
Expand Down

0 comments on commit 4ac7dc0

Please sign in to comment.