ToC as side bar

Restrict width and move Table of Content to the right side.

< Rückmeldungen aufToC as side bar

Frage/Kommentar

§
Veröffentlicht: 22.06.2020

Restrict height and set overflow: auto

nice script, cloud you add

#toc > ul {
  max-height: 85vh;
  overflow: auto;
}

in GM_addStyle to avoid sometimes ToC too long to show?

FranklinYuVerfasser
§
Veröffentlicht: 06.09.2021

Hi, thanks a lot for the feedback; I added something similar to it in v0.3, but it doesn’t seem to work with Firefox; I’ll spend some more time to research. Sorry for the delay!

Antwort schreiben

Anmelden um eine Antwort zu senden.