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

Randomly changing top css property #3683

Open
KaliszS opened this issue Sep 23, 2024 · 0 comments
Open

Randomly changing top css property #3683

KaliszS opened this issue Sep 23, 2024 · 0 comments

Comments

@KaliszS
Copy link

KaliszS commented Sep 23, 2024

Hi! I've come across a problem with css properties changing when refreshing a page. It's just markdown with an empty header (but the same issue occurs without it) and image:

#

![Rust & Go for Python developers](src/header.png)

( source: https://github.com/KaliszS/PyGoRs/blob/main/src/header.md )

https://kaliszs.github.io/PyGoRs/ -> it randomly changes top property, this can occur every time the page is refreshed. The same happens on localhost.

Sometimes there is:

<section style="top: 322.5px; display: block;" data-markdown="" data-markdown-parsed="true" class="present">

and sometimes:

<section data-markdown="" data-markdown-parsed="true" style="top: 16.5px; display: block;" class="present">

Has anyone encountered such an error? Thank you in advance for your help! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant