-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Language Selector Dropdown Expands Outside of the Tab #184
Comments
@XengShi can you please check this one. It seems like an easy CSS fix. I tried following: |
Uhh add a scroll bar on the language selector -_- |
We cannot fully customize the default tags in HTML, so we need to create a custom dropdown menu using elements.
Below is the code for a custom dropdown menu that allows for full customization. However, integrating this into the extension will take some time. |
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.
The text was updated successfully, but these errors were encountered: