Skip to content

Commit 10cea8c

Browse files
committed
Quartz sync: Jun 4, 2025, 1:05 AM
1 parent cac3a73 commit 10cea8c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

quartz/components/scripts/slide.inline.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ function appendRemark(option: SlideOptions) {
112112
const style = document.createElement("style")
113113
style.textContent = `
114114
.remark-slide-content {
115-
overflow: auto !important;
116-
max-height: 100vh;
115+
background-color: var(--light);
117116
118117
h1,
119118
h2,
@@ -124,7 +123,7 @@ function appendRemark(option: SlideOptions) {
124123
position: sticky;
125124
top: 0;
126125
z-index: 1;
127-
background-color: rgba(255, 255, 255, 0.8);
126+
// background-color: rgba(255, 255, 255, 0.8);
128127
backdrop-filter: blur(8px);
129128
}
130129

0 commit comments

Comments
 (0)