You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered a UI bug in the extension when clicking on the "Saved Queries" dropdown. As shown in the attached screenshot, the menu is not fully visible; it is cut off, displaying only a portion of the saved queries. This makes it difficult to select or view the full list.
Steps to reproduce:
Open the extension.
Click on the "Saved Queries" button.
Observe that the dropdown is not fully displayed.
I don't know if this information is relevant, but I am using an external monitor.
Could you please check and fix this issue? Let me know if you need any additional details.
Thanks!
The text was updated successfully, but these errors were encountered:
This part (header of the data export) is currently under rework, I'll check what is the effort to fix it but my first initiative would be to focus on the new version instead.
I'll tag the issue with help wanted if some contributors want to take a look
New UI will be much more convenient I promise 😄
tprouvot
changed the title
[saved queries] Dropdown Menu Cut Off When Clicking "Saved Queries"
[data-export] Dropdown Menu Cut Off When Clicking "Saved Queries"
Feb 5, 2025
This is an issue with the select and option HTML tags which becomes prominent the moment you connect extra display devices which @gaetanik99 has already mentioned.
We can only do enough with css which I have attempted in the screenshot below. I'm clipping the text and user can hover for full content.
What do you think?
Shall I raise a PR with the change?
Hi,
I encountered a UI bug in the extension when clicking on the "Saved Queries" dropdown. As shown in the attached screenshot, the menu is not fully visible; it is cut off, displaying only a portion of the saved queries. This makes it difficult to select or view the full list.
Steps to reproduce:
Open the extension.
Click on the "Saved Queries" button.
Observe that the dropdown is not fully displayed.
I don't know if this information is relevant, but I am using an external monitor.
Could you please check and fix this issue? Let me know if you need any additional details.
Thanks!
The text was updated successfully, but these errors were encountered: