vue-cli-plugin-i18n icon indicating copy to clipboard operation
vue-cli-plugin-i18n copied to clipboard

Scroll issue on vue i18n service in vue ui

Open miladmeidanshahi opened this issue 6 years ago • 2 comments

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

miladmeidanshahi avatar May 05 '19 09:05 miladmeidanshahi

I am doing that manually in order to scroll. It would be great to solve!

waelio avatar Aug 13 '19 06:08 waelio

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

raymondsugiarto avatar Sep 01 '19 02:09 raymondsugiarto