Skip to content

Commit

Permalink
refactor: 优化滑动抖动问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zkz098 committed Feb 27, 2023
1 parent d2dc51c commit 17f3552
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions source/css/_common/components/post/expand.styl
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@
img,
.tabs,
.links {
content-visibility: auto;
contain-intrinsic-size: 979px 1.1em;
&:last-child {
margin-bottom: 0;
}
}

span {
span, p, pre {
content-visibility: auto;
contain-intrinsic-size: 979px 1.1em;
contain-intrinsic-size: 979px 1em;
}

ul, dd, ol {
Expand Down

1 comment on commit 17f3552

@vercel
Copy link

@vercel vercel bot commented on 17f3552 Feb 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.