Skip to content

Bug CSS: Horizontal line below/after side navigation #171

Open
@pdragun

Description

@pdragun

Hello.
I found a small CSS bug, on specific resolution @media (min-width: 768px) and (max-width: 991.98px) there is small horizontal line below/after side navigation:

    border-bottom: 1px solid var(--control-bg);

It looks like:
lineBelowNav

To suppress it I suggest add a new CSS rule:

.sideNav:after {
    border-bottom: unset !important;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions