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

Sticky header width on PR files #43

Closed
Katsute opened this issue Nov 23, 2024 · 1 comment
Closed

Sticky header width on PR files #43

Katsute opened this issue Nov 23, 2024 · 1 comment
Assignees

Comments

@Katsute
Copy link
Member

Katsute commented Nov 23, 2024

Sticky header needs full background width on PR file preview

Image

@Katsute Katsute added the bug label Nov 23, 2024
@Katsute Katsute self-assigned this Nov 23, 2024
@Katsute Katsute added the css label Nov 23, 2024
@Katsute
Copy link
Member Author

Katsute commented Nov 26, 2024

not fixable, attempted with css but janky github css is not rehiding the toolbar when scrolling back to the top

.pr-toolbar.position-stuck {
    margin-left: 100vw !important;
    margin-right: 100vw !important;
    max-width: 100vw !important;
}

@Katsute Katsute closed this as not planned Won't fix, can't repro, duplicate, stale Nov 26, 2024
@kdevbot kdevbot bot locked and limited conversation to collaborators Nov 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant