Open prem-k-r opened 2 weeks ago
@XengShi can you please check this one. It seems like an easy CSS fix.
I tried following:
max-height: calc(100vh - 200px);
overflow-y: auto;
but it didn't work.
@XengShi can you please check this one. It seems like an easy CSS fix.
I tried following:
max-height: calc(100vh - 200px);
overflow-y: auto;
but it didn't work.
Uhh add a scroll bar on the language selector -_-
We cannot fully customize the default
oh ok, so it's not straight forward
Any fixes?
In the language selection area, the dropdown list for languages is expanding beyond the intended tab area.
Steps to Reproduce:
What I Expected to Happen: The dropdown list should stay within the tab/container area and allow scrolling if there are many options.