Skip to content
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

Output control panel not scrollable #970

Open
ttk opened this issue Sep 20, 2024 · 0 comments
Open

Output control panel not scrollable #970

ttk opened this issue Sep 20, 2024 · 0 comments
Labels
bug confirmed A bug that has successfully been replicated and can be resolved

Comments

@ttk
Copy link

ttk commented Sep 20, 2024

Iris version

3.69.3

What happened?

I have 10 output devices (snapcast clients), and when I open the output control panel (on mobile), some of them are not visible on screen and the panel can't be scrolled because of this CSS rule:

.output-control__inner {
  overflow-y: visible;
}

Changing the css to overflow-y: scroll; makes it work better, but it requires some further tweaking to the position of size of the panel to get it looking right.

image

Secondly, to close the panel it requires tapping (on mobile) on the very narrow section above the panel, which isn't very obvious. It would be better, IMO, to add an X button on the top right. There seems to be room for it in the UI.

@ttk ttk added the bug label Sep 20, 2024
@jaedb jaedb added the confirmed A bug that has successfully been replicated and can be resolved label Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug confirmed A bug that has successfully been replicated and can be resolved
Projects
None yet
Development

No branches or pull requests

2 participants