Skip to content
This repository was archived by the owner on Jan 8, 2022. It is now read-only.
This repository was archived by the owner on Jan 8, 2022. It is now read-only.

Custom.css not applied #127

@BlueskyFR

Description

@BlueskyFR

Hi!

Great work we have here!
The only problem on my side is the custom.css file not being applied correctly:

I want to hide the app bar because it causes the window to have a scrollbar on the right which I don't want.
image
How may I hide it correctly?
I already tried the following in ~/.devdocs/custom.css:

.header {
    display: none !important;
}

But it seems that it is not even applied to the page.

Can someone help?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions