Where is the /pdf.js/web/viewer.css file (i'm on windows)?
I want to change this option : .pdfViewer .page { /* border: var(--page-border); */ border: 0; } to remove the borders between pages in the pdf viewer. I trie… (और पढ़ें)
I want to change this option :
.pdfViewer .page {
/* border: var(--page-border); */ border: 0;
}
to remove the borders between pages in the pdf viewer. I tried doing this in the userChrome.css file but it didnt work.