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

Localization route - overflow-y is not scrollable

Open aljaxus opened this issue 6 years ago • 2 comments

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">

aljaxus avatar Dec 16 '18 21:12 aljaxus

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.

RealGoodProgrammer avatar Dec 18 '18 10:12 RealGoodProgrammer

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)

aljaxus avatar Dec 18 '18 15:12 aljaxus