Merge pull request #11527 from thaJeztah/nosticky

Remove "position: sticky" stickyfill polyfill
This commit is contained in:
Usha Mandya 2020-10-12 12:58:38 +01:00 committed by GitHub
commit a17a06c6a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 12 deletions

View File

@ -92,7 +92,6 @@
<script defer src="/js/menu.js"></script>
<script src="/js/jquery.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/stickyfill.min.js"></script>
<script defer src="/js/metadata.js"></script>
<script defer src="/js/docs.js"></script>
<script defer src="/js/toc.js"></script>

View File

@ -131,7 +131,6 @@ section.section {
}
.sidebar {
position: -webkit-sticky;
position: sticky;
top: 55px;
overflow: auto;

View File

@ -245,8 +245,6 @@ $(document).ready(function () {
$(document).ready(function () {
$(".sidebar").Stickyfill();
// Add smooth scrolling to all links
$(".nav-sidebar ul li a").on("click", function (event) {

File diff suppressed because one or more lines are too long