Merge pull request #533 from tangly1024/bug/pdf-start-from-first

fix pdf no start from first page
This commit is contained in:
tangly1024
2022-12-06 19:11:31 +08:00
committed by GitHub

View File

@@ -1941,4 +1941,8 @@ pre[class*='language-'] {
.pre-mac > span:nth-child(3) {
background: limegreen;
}
.notion-asset-wrapper-pdf > div {
display: block !important;
}