We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432a9c1 commit a5c71f2Copy full SHA for a5c71f2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-floating-button-menu",
3
- "version": "2.0.3",
+ "version": "2.0.4",
4
"description": "A Customizable Material floating button menu implementation made with styled-component & react",
5
"devDependencies": {
6
"babel-core": "^6.24.1",
src/ChildButton.js
@@ -26,6 +26,7 @@ const Wrapper = styled('li')(
26
marginLeft: direction === 'right' ? spacing : 0,
27
marginRight: direction === 'left' ? spacing : 0,
28
color: iconColor,
29
+ pointerEvents: isOpen ? 'auto' : 'none',
30
}),
31
);
32
0 commit comments