fix(pdf): blink when switching pdf in dark mode

This commit is contained in:
charlie
2021-07-28 22:13:20 +08:00
parent 7888307fe4
commit 034cb42d39

View File

@@ -399,7 +399,7 @@
}
#pdf-layout-container {
background-color: white;
background-color: transparent;
&[data-theme=dark] {
background-color: #042f3c;