vue-cli-plugin-i18n
vue-cli-plugin-i18n copied to clipboard
Localization route - overflow-y is not scrollable
Version
3.2.1
Steps to reproduce
Create a demo project install i18n (https://kazupon.github.io/vue-i18n/) go to http://localhost:8000/addon/org.kazupon.vue-i18n/ create enough messages to fill your screen height try to scroll
What is expected?
The window should be scrollable
What is actually happening?
The window is not scrollable
It is fixable by adding overflow-y: scroll; to element
<div data-v-7ba5bd90="" data-v-2a0d3bdd="" class="project-localizations router-view">
Same problem. BTW why you don't want to place "Add a path" button at the top? It is very uncomfortable to scroll down for it in big projects. It will be fine if the button will always be visible.
BTW why you don't want to place "Add a path" button at the top? It is very uncomfortable to scroll down for it in big projects. It will be fine if the button will always be visible.
This should be addressed in another issue (feature request)