Skip to content

Commit

Permalink
overscroll fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aurovrata committed Sep 12, 2021
1 parent 78d66bf commit 43001d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ For detailed documentation see the [GitHub Page](https://aurovrata.github.io/hyb
### v2.0.5
* improve overflow auto scrollbar
* fix duplicate name issue.
* stop overscrolling in srcolled-enabled dropdown
### v2.0.4
* enable field resest on form reset.
### v2.0.3
Expand Down
1 change: 1 addition & 0 deletions hybrid-dropdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ select.hybridddised{
scrollbar-width: thin;
height: 100%;
background-color: inherit;
overscroll-behavior:contain;
}
.hybrid-dropdown.active > .hybriddd-wrapper{
display: block;
Expand Down
2 changes: 1 addition & 1 deletion min/hybrid-dropdown.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 43001d7

Please sign in to comment.