Removed sidebar's scrollbar.

time-shift
Stéphane Adjemian (Charybdis) 2019-02-18 23:41:54 +01:00
parent 5eaaea510a
commit 3acf4d6a83
Signed by untrusted user who does not match committer: stepan
GPG Key ID: A6D44CB9C64CE77B
1 changed files with 7 additions and 0 deletions

View File

@ -5,10 +5,17 @@ div.sphinxsidebar {
word-wrap: break-word;
overflow-wrap : break-word;
overflow-y: scroll;
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE 10+ */
top: 0;
bottom: 0;
}
div.sphinxsidebar::-webkit-scrollbar { /* WebKit */
width: 0px;
}
div.sphinxsidebarwrapper p.logo {
padding: 0;
margin: -10px 0 0 0px;