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
Describe the bug
When printing a collective the title is always printed as the only element on the first page.
So there is no other content, as the main collective content is printed starting from page 2.
This happens because of the position: sticky styling of the title.
To Reproduce
Steps to reproduce the behavior:
Go to collective
Press CTRL + P
See first page only contains the title
Expected behavior
Title and collective are on the same page / first page not wasted.
Screenshots
Client details:
OS: Linux
Browser: Firefox
Version: 109
Device: desktop
Server details
Collectives app version: 2.2.1
Operating system: Docker image
Web server: apache
Database: mariadb
PHP version: 8.x
Nextcloud version: 25.0.3
The text was updated successfully, but these errors were encountered:
Describe the bug
When printing a collective the title is always printed as the only element on the first page.
So there is no other content, as the main collective content is printed starting from page 2.
This happens because of the
position: sticky
styling of the title.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Title and collective are on the same page / first page not wasted.
Screenshots
![title on first page, content on the second](https://user-images.githubusercontent.com/1855448/218117325-a8190e50-915e-47a6-bccc-df69f492af00.png)
Client details:
Server details
Collectives app version: 2.2.1
Operating system: Docker image
Web server: apache
Database: mariadb
PHP version: 8.x
Nextcloud version: 25.0.3
The text was updated successfully, but these errors were encountered: