Skip to content

Commit 9bd79e8

Browse files
committed
fix: fix h2 anchor hover
fix #174
1 parent f32771f commit 9bd79e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/theme-default/styles/layout.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ h2 {
8686
padding-bottom: .3rem;
8787
line-height: 1.25;
8888
font-size: 1.65rem;
89-
overflow-x: auto;
89+
/* overflow-x: auto; */
9090
}
9191

9292
h2 + h3 {

0 commit comments

Comments
 (0)