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

Add support for textareas #91

Closed
wintercounter opened this issue Jun 26, 2017 · 1 comment
Closed

Add support for textareas #91

wintercounter opened this issue Jun 26, 2017 · 1 comment

Comments

@wintercounter
Copy link

Currently there is no solution for it. Would be nice to have one, the logic is the same, only the markup is a little bit different in this case.

@Grsmto
Copy link
Owner

Grsmto commented Apr 2, 2018

Hi,
After looking at this, it seems like it's way too much code/problems to add support for textareas.
I suggest using https://kingsora.github.io/OverlayScrollbars if you need this.
I will add a note on the README about this.

@Grsmto Grsmto closed this as completed in 8f465a9 Apr 2, 2018
Grsmto pushed a commit that referenced this issue Apr 9, 2018
* master:
  Add an scrollMaxSize option (fix #125
  Refactor the way options are retrieved to be more scalable (no more mapping from data attributes)
  Direction option is now handled through options for performances reason (ref #162)
  Fix RTL support not positioning scrollbar properly (fix #153)
  Add a "caveats" section to the README (fix #91)
  2.6.1
  Remove !important rule on props that don't absolutely need it
  Overflow css rules shouldn't be defined as !important so user can opt-out from x/y scroll by overriding these easily
  Add a new option to force track to be visible (same behaviour as overflow: scroll, show track, hide scrollbar) (ref #129)
  Set SimpleBar to inherit from parent's max-height + fix issue in IE11 (fix #154)
  add dist files for 2.6.0
  2.6.0

# Conflicts:
#	dist/simplebar.css
#	dist/simplebar.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants