jquense / react-widgets

Polished, feature rich, accessible form inputs built with React
http://jquense.github.io/react-widgets/
MIT License
2.34k stars 395 forks source link

DateTimePicker Cutting in Container make over-flow-x #1133

Open septe01 opened 1 year ago

septe01 commented 1 year ago

image

hello.. I need help when use dateTimePicker in tabel row like cutting when use overflow-x auto.

image <div class="hozontal-scroll">......</div>

in class hozontal-scroll .hozontal-scroll { overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }