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

Commit 4ac7dc0

Browse files
author
Robert Messerle
committed
fix(tabs): fixes Safari issue regarding dynamic tabs transitions
1 parent 375d4fc commit 4ac7dc0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/components/tabs/tabs.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ md-tabs {
2323
border-radius: 2px;
2424
overflow: hidden;
2525
position: relative;
26-
transition: height $swift-ease-in-out-duration $swift-ease-in-out-timing-function;
26+
&.ng-animate {
27+
transition: height $swift-ease-in-out-duration $swift-ease-in-out-timing-function;
28+
}
2729
&:not(.md-no-tab-content):not([md-dynamic-height]) {
2830
min-height: 200 + $tabs-header-height;
2931
}

0 commit comments

Comments
 (0)