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

View run sheet - service content - make it scrollable #1112

Open
tbar0970 opened this issue Dec 18, 2024 · 1 comment
Open

View run sheet - service content - make it scrollable #1112

tbar0970 opened this issue Dec 18, 2024 · 1 comment

Comments

@tbar0970
Copy link
Owner

You often want to look at the run sheet and the service content at the same time
Service content is generally much longer, if you've got all lyrics etc in there
At the moment if you scroll right down, you can't see the run sheet.
Solution: Make the service content into a scrollable pane.

div.service-content {
    height: 85vh;
    overflow: auto;
    margin-bottom: 5vh;
    padding: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant