mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Change anchor placement right->left
This commit is contained in:
parent
21be556592
commit
05e0f366bf
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ $(function() {
|
|||
// Display anchor links when hovering over headers. For documentation of the
|
||||
// configuration options, see the AnchorJS documentation.
|
||||
anchors.options = {
|
||||
placement: 'right'
|
||||
placement: 'left'
|
||||
};
|
||||
anchors.add();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue