Skip to content

Commit

Permalink
Tillat overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Alf Bjørn Hustoft committed May 24, 2017
1 parent 6853ee3 commit 2b21407
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 1.0.9
Allow overflow

## 1.0.8
Do not focus hidden links and buttons

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffe-expandable-react",
"version": "1.0.8",
"version": "1.0.9",
"main": "lib/ffe-expandable-react.js",
"scripts": {
"build": "babel -d lib/. --ignore=*.test.js src/.",
Expand Down
1 change: 0 additions & 1 deletion src/ffe-expandable-react.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class Expandable extends React.Component {
const styles = {
visibility: isOpen ? 'visible' : 'hidden',
height: isOpen ? height + 2 : 0,
overflow: 'hidden',
transition: `height ${expandTime}s ease-out, visibility ${expandTime}s`,
};

Expand Down

0 comments on commit 2b21407

Please sign in to comment.