mirror of https://github.com/zulip/zulip.git
user docs: Remove right SimpleBar from help and API documentation.
Remove the SimpleBar from the content on /help, /api, and /policies in favor of the default browser scrollbar. Fixes #10732.
This commit is contained in:
parent
50d8e789cb
commit
f63c1fa639
|
@ -94,7 +94,6 @@ function render_code_sections() {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
new SimpleBar($(".markdown")[0]);
|
|
||||||
new SimpleBar($(".sidebar")[0]);
|
new SimpleBar($(".sidebar")[0]);
|
||||||
|
|
||||||
// Scroll to anchor link when clicked. Note that landing-page.js has a
|
// Scroll to anchor link when clicked. Note that landing-page.js has a
|
||||||
|
|
Loading…
Reference in New Issue