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

Weird body offset to bottom #3960

Open
MeikelLP opened this issue Jan 17, 2025 · 0 comments
Open

Weird body offset to bottom #3960

MeikelLP opened this issue Jan 17, 2025 · 0 comments

Comments

@MeikelLP
Copy link

Edge
Image
Firefox
Image

There is some weird offset added to the bottom of the page. I set everthing (html + body) to be 100vh but somewhere it gets an additional offset to the bottom. The devtools are unable to tell me what this element is.

I sadly can't determine where this offset is comming from.

<html lang="de-DE"><head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>Some title</title>
        <link href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="hero is-fullheight">
    <main class="columns hero-body">
<section class="hero">
    <div class="hero-body">
        <div class="container">
            <!-- omitted -->
        </div>
    </div>
</section>
    </main>
    <footer class="has-background-grey-darker has-text-centered hero-foot">
        <div class="container">
            <div class="columns">
                <div class="column">
                    Copyright here
                </div>
            </div>
        </div>
    </footer>
</div>
</body></html>
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