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

User comment history sidebar doesn't work with fixed header websites #184

Open
cooperaj opened this issue Aug 7, 2018 · 5 comments
Open

Comments

@cooperaj
Copy link

cooperaj commented Aug 7, 2018

With a website that has a fixed or absolute header/navigation the user history sidebars top section can be obscured.

This can be seen here. (Scroll down and click the sole commenters name. The top section, including important information like the users name and the close button are hidden.

@umputun
Copy link
Owner

umputun commented Aug 7, 2018

@Guria - this is not really "doesn't work with fixed side" but it is under navigation toolbar. Maybe just some Z-order change to make it on top?

@cooperaj
Copy link
Author

cooperaj commented Aug 8, 2018

@umputun true that it works. But given the infinite number of possible styles of site it ends up on it'll be a chasing game as you try to make it work with all.

For now I'd settle for an option to turn it off until it fits with my site design :-P

It would be nice to be able to do my own styling of it but I don't know how that would work. Personally I'd consider making it a modal overlay.

@umputun
Copy link
Owner

umputun commented Aug 8, 2018

@cooperaj - for styles customization we have #5 and the plan is to have it done as a part of 1.1 release

@Reeywhaar
Copy link
Collaborator

Reeywhaar commented Apr 11, 2019

On a second take, I see that it's clearly possible just to add

.remark-km423lmfdslkm34-back, .remark-km423lmfdslkm34-node {
    z-index:999;
}

to main website css. Although selectors are rather obscure, they are unlikely to change.

@sergio-fry
Copy link

It is possible to use matching css:

    [id^="remark-"] {
       z-index: 999;
    }

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

4 participants