-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hey Malihu,
I have an issue with the mcustom scrollbar at the moment and was wondering if you can help me with please. I have m custom scroll div, where my content are a set of links which change in size through media queries, when the screen expands and contracts.
However, the issue is that your mCSB_container sets the width of that div to the total width of all of the contents inside the container, using the the width defined in the first media query that is run(for example, i set up a set of menu items in the carousel each being 150px in the css in the media query for smaller screen. But I also have a set of menu items at 300px each in the larger screen media query). So when I resize to a different size screen that may use a different media query mCSB_container does NOT update itself, even though I either invoke the update method or i use the updateOnBrowser resize set to true.
Is there a way to force your mCSB_container to change its width so that it can change to the changing media query, or is it something that I may have to hack out to work?
Thanks.