Skip to content

topbar-fixed is not compatible with the new page layout #367

Description

@stepandersen

With this markup:

<div class="container-fluid">
    <div class="row">
        <header class="topbar">Topbar component...</header>
    </div>
    <div class="row">
        <div class="col-auto">Sidebar component...</div>
        <main class="col main-content border-left">Main content things...</main>
    </div>
</div>

This rule doesn't apply anymore:

.topbar.topbar-fixed+* {
    margin-top: 70px;
}

I'm not sure what the best solution is, I added a custom class to the second class="row" and gave that a margin-top.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions