Skip to content

Commit

Permalink
Update dark.css
Browse files Browse the repository at this point in the history
这里的overflow会导致有两个横向滚动条,注释掉后一切正常。
超出后也能正常显示一个横向滚动条。
  • Loading branch information
dianso authored Feb 19, 2024
1 parent 098b91f commit 9224db4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/assets/css/github-markdown-css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@
.markdown-body .highlight pre,
.markdown-body pre {
padding: 16px;
overflow: auto;
/* overflow: auto; */
font-size: 85%;
line-height: 1.45;
background-color: #161b22;
Expand Down Expand Up @@ -938,4 +938,4 @@

.markdown-body ::-webkit-calendar-picker-indicator {
filter: invert(50%)
}
}

0 comments on commit 9224db4

Please sign in to comment.