Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
Overflow visible when collapsible is expanded
Browse files Browse the repository at this point in the history
This fixes a bug where the content of the collapsible was cut-off.

Re: DeuxHuitHuit/datetime#164
  • Loading branch information
nitriques committed Nov 20, 2014
1 parent 321c61a commit 65aac00
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions symphony/assets/css/src/symphony.frames.css
Expand Up @@ -348,6 +348,10 @@ fieldset.frame,
-----------------------------------------------------------------------------*/

.collapsible .instance {
overflow: visible;
}

.collapsible .instance.collapsed {
overflow: hidden;
}

Expand Down Expand Up @@ -382,6 +386,10 @@ fieldset.frame,
transition: max-height 0.25s ease-out;
}

.collapsible .js-animate {
overflow: hidden;
}

.collapsible .js-animate .content {
transition: padding 0.25s ease-in;
}
Expand Down

0 comments on commit 65aac00

Please sign in to comment.