intlify / vue-cli-plugin-i18n

:globe_with_meridians: Vue CLI plugin to add vue-i18n to your Vue Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scroll issue on vue i18n service in vue ui

miladmeidanshahi opened this issue · comments

commented

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 6918d76

I already use latest version "vue-cli-plugin-i18n": "^0.6.0"
Please help, how can get scroll like that?

Thanks