diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/component-animations.less | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/less/component-animations.less b/less/component-animations.less index 4f2a4fd11..edfaef301 100644 --- a/less/component-animations.less +++ b/less/component-animations.less @@ -14,5 +14,8 @@ position:relative; overflow:hidden; height: 0; - &.in { height: auto; } + &.in { + height: auto; + overflow: visible; + } } |
