sawhney17 / logseq-pdf-export

MIT License
107 stars 6 forks source link

"Skip to main content" button appears while printing out a pdf with retained formating #31

Closed steilgedacht closed 1 year ago

steilgedacht commented 1 year ago

If I export a pdf with retained formatting, I get the "Skip to main content" button on the bottom of each page. image

I was able to hide this button by adding this css to my custom.css

#skip-to-main {
  display:none;
}
steilgedacht commented 1 year ago

I just saw, that updating to the newest version was the solution.