-
Notifications
You must be signed in to change notification settings - Fork 77
[Feature] Horizontal Scrollbars #27
Comments
Oh yeah definitely. I have plans to introduce this in 2.0. See: https://github.com/DominikSerafin/vuebar/projects/1 Could you share with me your use case where you would use horizontal scrolling? |
Oh that's awesome -- I rarely see the projects tab used! In my case, I've created a canvas (in the Photoshop sense) for users to manipulate elements within, but the canvas is always 1920x1080, regardless of viewport size. So having vertical and horizontal scrolling is a must. |
This doesn't help you, but I made a way to have either vertical OR horizontal scrolling. Obviously the proper solution is to have both just whenever the original element would have it. But I didn't have time to make that. Still it might help someone: NLNicoo/vuebar@4694486 (make sure to add vb-dragger-x CSS too) |
@NLNicoo thank you for sharing your solution, I'm sure it will be useful for someone 😃. |
@DominikSerafin when 2.0 is gonna be released? I also need horizontal scrolling. :) |
Hi,can the current version use horizontal scrolling? |
Horizontal scrollbars - while not yet fully finished, you can try to use the development version of Vuebar which supports them: https://github.com/DominikSerafin/vuebar/tree/development (lots of demos in docs/demotests.html) |
I haven't seen this asked yet, so I guess I'll be that guy -- do you have any plans to support horizontal scrolling as well? At this time, I see the directive just applies a
overflow-x: hidden
attribute.Thanks!
The text was updated successfully, but these errors were encountered: