The "problem" is already visible on the first example on the [documentation page](https://bootstrap-vue.js.org/docs/components/form-textarea/). Before v2.0.0-rc.17 a text area with `max-rows` prop would look like this:  However now `overflow-y:scroll` is injeted as inline style which makes it look like this (note the vertical scroll):  Not sure why the change but in my opinion we should get the default Bootstrap styles/results as this is unexpected and breaks current styles.