Enable toc sidebar scrolling (#2874)

* Enable toc sidebar scrolling

* Refactor style rules

* Move style rules from 'navigation' to 'sidebar'

* Remove custom scrollbar styles
This commit is contained in:
Johnson
2021-07-31 03:54:49 +08:00
committed by GitHub
parent 89de4d46db
commit 0f06cb8225
2 changed files with 9 additions and 2 deletions

View File

@ -200,8 +200,8 @@
margin-left: 0;
}
}
img{
img {
-webkit-transition: none;
transition: none;
}