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

stop using position: fixed on the website #744

Open
3052 opened this issue Nov 26, 2023 · 2 comments
Open

stop using position: fixed on the website #744

3052 opened this issue Nov 26, 2023 · 2 comments
Assignees

Comments

@3052
Copy link

3052 commented Nov 26, 2023

currently this CSS is used:

header {
 position:fixed;
}

https://pdfcpu.io/assets/css/style.css

if the person display is not tall enough, they can never see the full menu:

Untitled

notice I am scrolled halfway down, but the menu is cut off

@hhrutter
Copy link
Collaborator

This has already been reported.
The site will be migrated, but if you have a quick fix then please let us know.
Thank you

@3052
Copy link
Author

3052 commented Nov 27, 2023

if you just want to override the CSS for now, you could do something like this:

header { position: static !important } 

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

2 participants