angular-ui / angular-ui/ui-scroll

Option to disable forcing `overflow-y: auto` for viewports

Open
#116 2 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
326
Forks
104
PR merge metrics
No merged PRs in 30d

Description

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`.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.