Skip to content

Commit

Permalink
add .am-tabs-bd-ofv modifier, resolves #699
Browse files Browse the repository at this point in the history
  • Loading branch information
Minwe committed Nov 30, 2015
1 parent 3e81435 commit 28728dd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion less/ui.tabs.less
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@

.@{ns}tabs-bd {
position: relative;
overflow: hidden;
border: 1px solid #ddd;
border-top: none;
z-index: 100;
transition: height .3s;
.clearfix();
.hook-tabs-bd;

.@{ns}tab-panel {
Expand Down Expand Up @@ -67,6 +67,11 @@
}
}

// #699
@{ns}tabs-bd-ofv {
overflow: visible;
}

// fade animation in React version
.@{ns}tabs-fade {
.@{ns}tab-panel {
Expand Down

0 comments on commit 28728dd

Please sign in to comment.