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

Option to disable forcing overflow-y: auto for viewports #116

Open
kroltan opened this issue Sep 1, 2016 · 2 comments
Open

Option to disable forcing overflow-y: auto for viewports #116

kroltan opened this issue Sep 1, 2016 · 2 comments

Comments

@kroltan
Copy link

kroltan commented Sep 1, 2016

Currently, when an element is marked with ui-scroll-viewport, the Viewport constructor forces the element to have a overflow-y property with value auto. In the project I work on, we need the scrollbar to always show (overflow-y: scroll), but this override makes it very difficult to do so.

I'd like to request that ui-scroll-viewport be configurable to not override those relevant properties, or at least detect and not intervene if it's already auto or scroll.

@mfeingold
Copy link
Contributor

Would you like to submit a PR?

Michael Feingold, President
401 Huehl RD, Suite 2A,
Northbrook, IL 60062
Email: mfeingold@hill30.com
Web: hill30.com http://www.hill30.com

On Thu, Sep 1, 2016 at 8:55 AM, Leonardo Giovanni Scur <
notifications@github.com> wrote:

Currently, when an element is marked with ui-scroll-viewport, the Viewport
constructor forces the element to have a overflow-y property with value
auto. In the project I work on, we need the scrollbar to always show (overflow-y:
scroll), but this override makes it very difficult to do so.

I'd like to request that ui-scroll-viewport be configurable to not
override those relevant properties, or at least detect and not intervene if
it's already auto or scroll.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#116, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAIS34ZjlOM83sT3AXeW58JjY6sTl4Qfks5qltlXgaJpZM4Jyt-i
.

@kroltan
Copy link
Author

kroltan commented Sep 1, 2016

I certainly could. Will take a bite at it,

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

2 participants