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

Description
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.

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?