Display scrollbar on Source phrase only when necessary

Currently, the scrollbar on the Source phrase in the editor is show even though it is not needed for short phrases. I think it would be better to show it only when necessary.
The change in code would be very easily, just change the “overflow-y” from “scroll” to “auto” in the “.translate-string-source__input[data-v-a8e4ecac]” selector.

Before:
obrazek

After:
obrazek

Good catch, thank you! It’s not visible in all browsers/os’s. This will be a subject to an upcoming redesign of this screen.

1 Like