hypeserver / react-date-range

A React component for choosing dates and date ranges.
MIT License
2.57k stars 658 forks source link

Number on the calendar got extra top padding #646

Closed fanesz closed 2 months ago

fanesz commented 2 months ago

Subject of the issue

The number on the calendar got extra top padding image

[BUG] Bug Reproduce Steps

I just normally follow the demo code.

[BUG] Expected behaviour

The number should be on the right position (centered)

Environment

Package Version: 1.4.0 React version: 16.8.6 Node version: 14.15.0 Browser: Chrome, MSEdge, Firefox

fanesz commented 2 months ago

fixed by adding .rdrDayNumber { position: absolute !important; display: flex !important; }