You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 8, 2022. It is now read-only.
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.
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:But it seems that it is not even applied to the page.
Can someone help?