-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Double scrolling with additional Grids #45
Comments
Hello @jygoh1 , Thank you for your interest in using our product. Best, |
Hi, in views\Dashboard\Dashboard.jsx which renders the main home dashboard page, it renders 3 separate elements. In the middle which contains (and within it) elements, which further contains , and elements, I replaced the content of the with a containing a video. Specifically, it looks like this:
where the following video components are obtained from: // video-react - https://video-react.js.org/components/player/ I'm getting something like this regarding the double scrollbar: |
Hello again @jygoh1 , So to make sure i've understood correctly. Best, |
Hi @einazare , I get double scroll even without the video if I copy-paste the last row with the tables. Yes, am using Windows. I have just noticed also that even with the original setup, I get double scrolling as well (meaning 3 rows). I am using Google Chrome to view this as I most likely am looking to show it on Chrome, if that matters! thank you |
Hello again @jygoh1 , I think i've found what the problem is. I am really sorry about this, right now i am on a small vacation and do not have access to a Windows computer to make the tests above myself to make sure that is the right fix. Best, |
hi, many apologies for the late reply! with that code, in the console i see "hidden", what should i be seeing? |
Hello again @jygoh1 , Sorry about that, i didn't want to send you the thing with the console.log. Best, |
hi, i'm afraid not! from what i can tell, it looks the same before and after. would you have a possible different approach? |
Hello again @jygoh1 , Right now i do not since i am on a small vacation. Best, |
thank you! |
Hello again @jygoh1 , To stop the double scrolling appear go in
We are going to add this bit of css in our product as well on our next update. Best, |
worked like a charm, thank you so much! and thanks for the future update as well! |
When I add additional Grid containers for extra components e.g. tables/videos, I sometimes get a double scrollbar upon loading. Is this a container overflow issue, and if so where can I fix it? When I use fewer components, it doesn't overflow, but not sure where the constraint is, if any.
The text was updated successfully, but these errors were encountered: