Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with overflow:auto #22

Open
nuno12345z opened this issue Apr 30, 2020 · 0 comments
Open

Issues with overflow:auto #22

nuno12345z opened this issue Apr 30, 2020 · 0 comments

Comments

@nuno12345z
Copy link

First of all thank you for your plugin it is feature-packed and very easy to use.
However due to requirements of our software I needed to extend the functionality of your plugin, but I'm encountering two issues:

1- To allow navigation inside the grid for a big grid (24 hours, several schedules), using the sc_main_box div as:

sc_main_box {
float: left;
overflow-x: auto;
overflow-y: auto;
position: relative;

However when dragging items they work fine unless the scroll doesn't move, otherwise they tend to become unrelated to the mouse cursor position. Is there a way to fix this?
Picture1

2- When two overlapping items are placed they correctly make the row bigger, but at the start of the row there is a blank space which is not a div, not a span, nothing at all. Can this be a consequence of having a 25h day (to allow post-midnight bookings?)
Picture2
aaaaa2
aaaaa1

Thank you for your time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant