Skip to content

Commit

Permalink
fix: the style error for the too long guide (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsunmonkey authored Feb 5, 2024
1 parent e295f2c commit 8d602bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/slots/ManualContent/index.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
font-size: 12px;
background: #fff;
max-height: 100vh;
overflow: hidden;
overflow: auto;

position: sticky;
top: 0;
Expand Down Expand Up @@ -693,4 +693,4 @@
transition: all .3s;
background-color: #fff;
font-family: Avenir, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
}

0 comments on commit 8d602bc

Please sign in to comment.