makula-schedule 2.2.1 → 2.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/index.js +4 -4
- package/package.json +1 -1
package/dist/components/index.js
CHANGED
|
@@ -521,8 +521,6 @@ function Scheduler(props) {
|
|
|
521
521
|
}, configTableHeaderStyle)
|
|
522
522
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
523
523
|
style: {
|
|
524
|
-
overflowX: 'scroll',
|
|
525
|
-
overflowY: 'hidden',
|
|
526
524
|
margin: "0px 0px -".concat(contentScrollbarHeight, "px")
|
|
527
525
|
}
|
|
528
526
|
}, /*#__PURE__*/_react["default"].createElement("table", {
|
|
@@ -571,7 +569,8 @@ function Scheduler(props) {
|
|
|
571
569
|
style: {
|
|
572
570
|
overflowX: 'scroll',
|
|
573
571
|
overflowY: 'hidden',
|
|
574
|
-
margin: "0px 0px -".concat(contentScrollbarHeight, "px")
|
|
572
|
+
margin: "0px 0px -".concat(contentScrollbarHeight, "px"),
|
|
573
|
+
overscrollBehavior: 'none'
|
|
575
574
|
},
|
|
576
575
|
ref: schedulerHeadRef,
|
|
577
576
|
onMouseOver: onSchedulerHeadMouseOver,
|
|
@@ -598,7 +597,8 @@ function Scheduler(props) {
|
|
|
598
597
|
onScroll: onSchedulerContentScroll
|
|
599
598
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
600
599
|
style: {
|
|
601
|
-
width: schedulerWidth
|
|
600
|
+
width: schedulerWidth,
|
|
601
|
+
overflow: 'hidden'
|
|
602
602
|
}
|
|
603
603
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
604
604
|
className: "scheduler-content"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "makula-schedule",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.2",
|
|
4
4
|
"description": "React Big Schedule is a powerful and intuitive scheduler and resource planning solution built with React. Seamlessly integrate this modern browser-compatible component into your applications to effectively manage time, appointments, and resources. With drag-and-drop functionality, interactive UI, and granular views, react-big-schedule empowers users to effortlessly schedule and allocate resources with precision. Enhance productivity and streamline your workflow with this React-based solution, designed to optimize time management and simplify calendar-based operations. Perfect for applications requiring advanced scheduling capabilities, react-big-schedule offers a seamless and intuitive experience for managing appointments, resource allocation, and time slots. Unlock the potential of your React projects with react-big-schedule and revolutionize the way you handle scheduling and resource planning. It is the updated version of react-big-scheduler",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react-big-schedule",
|