angular-ui / angular-ui/ui-scroll
Option to disable forcing `overflow-y: auto` for viewports
オープン
- 主要言語
- JavaScript
- スター
- 326
- フォーク
- 104
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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`.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。