conda-incubator / conda-store-ui

conda-store-ui is a frontend for conda-store powered by react
https://conda-incubator.github.io/conda-store-ui/
BSD 3-Clause "New" or "Revised" License
13 stars 18 forks source link

[BUG] - Unable to access tab close button with many tabs open #382

Open kcpevey opened 4 months ago

kcpevey commented 4 months ago

Describe the bug

If I have a bunch of tabs open, the "X" to close gets obscured.

image

Expected behavior

I think its fine to lose visual sight of the "X" buttons when I have a bunch of tabs open, BUT when I click on a tab (i.e. I'm viewing the page), the tab title width should adjust such that I have access to the "X" button to close the tab. In the current implementation, I have no way to close this tab. I will have to close other tabs until the X button is no longer obscured.

How to Reproduce the problem?

Open a bunch of tabs in conda-store-ui and view the X buttons in the tabs.

Output

No response

Versions and dependencies used.

conda-store 2024.1.1

Anything else?

No response