Skip to content

Commit

Permalink
added class to Manager to allow for percentage width (Hacker0x01#1904)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbar2 authored and martijnrusschen committed Oct 12, 2019
1 parent 8a4c1c8 commit bb0ae3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popper_component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default class PopperComponent extends React.Component {
);

return (
<Manager>
<Manager className="react-datepicker-manager">
<Reference>
{({ ref }) => (
<div ref={ref} className={wrapperClasses}>
Expand Down

0 comments on commit bb0ae3e

Please sign in to comment.