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

Make list of items in InfoStation scrollable #2

Closed
David-S-Morgan opened this issue Apr 22, 2024 · 3 comments
Closed

Make list of items in InfoStation scrollable #2

David-S-Morgan opened this issue Apr 22, 2024 · 3 comments

Comments

@David-S-Morgan
Copy link

Adding more than about 10 items in an InfoStation instance results in additional items being hidden. Ideally the list of items should be scrollable, in the same way that the text of each item already is if it goes over a page.

We have a project where we have many more than 10 items, and this is a showstopper for us.

@David-S-Morgan
Copy link
Author

Actually, seems like an easy fix.

--- infostation.css_ORIG        2024-04-22 12:11:58.222395113 -0400
+++ infostation.css     2024-04-22 12:12:01.914452375 -0400
@@ -201,4 +201,5 @@
 #buttonRow {
   height: calc(6vmax * var(--button-rows));
+  overflow-y: scroll;
 }

I am not a web developer -- just figured this out from some creative searching. :-)

@forceflow1049
Copy link
Member

Hi @David-S-Morgan, thanks for another good bug report! None of our uses so far have had enough tabs to trigger this situation (seems to be 10 tabs in the default text size).

InfoStation needs to handle both the cases of a horizontal orientation (where your solution is right!) and vertical orientation (where tabs could stack into multiple rows or scroll horizontally). But that doesn't seem tricky.

I've fleshed this out in a new Issue on the Exhibitera repo (where we have moved development to):
Cosmic-Chatter/Exhibitera#1

@David-S-Morgan
Copy link
Author

Thanks! I'll mark this as closed and see you over on the other GH page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants