vue-cli-plugin-i18n
vue-cli-plugin-i18n copied to clipboard
Scroll issue on vue i18n service in vue ui
vue-i18n, vue-cli-plugin-i18n version
ex: 8.11.2, 0.6.0
Steps to reproduce
Run vue ui go to Localizations tab create some item until to the end of the page you can see the page doesn't scroll
For a fix, add overflow: auto to class project-localizations router-view
@kazupon
I am doing that manually in order to scroll. It would be great to solve!
Hi @kazupon
im using vue ui and inspect to class "project-localizations". That class dont have overflow:auto like this commit https://github.com/kazupon/vue-cli-plugin-i18n/commit/6918d76
I already use latest version "vue-cli-plugin-i18n": "^0.6.0" Please help, how can get scroll like that?
Thanks