Skip to content

Commit 4c95c4c

Browse files
4pmtongfengju0213
andauthored
fix blank page (#1057)
Co-authored-by: Tao Sun <168447269+fengju0213@users.noreply.github.com>
1 parent 4af1a86 commit 4c95c4c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/style/index.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ body {
4949
background-color: var(--bg-page) !important;
5050
backdrop-filter: blur(75px);
5151
z-index: 0;
52+
position: relative;
53+
isolation: isolate;
5254
}
5355

5456
.blur {
@@ -419,4 +421,4 @@ code {
419421
.markdown-container ol {
420422
padding-left: 1rem;
421423
font-size: 12px; /* text-sm */
422-
}
424+
}

0 commit comments

Comments
 (0)