Skip to content

Commit

Permalink
[coc-card] 修复一个奇怪的 ios css bug
Browse files Browse the repository at this point in the history
  • Loading branch information
masquevil committed Mar 23, 2024
1 parent 42ec863 commit 55d71af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/views/COCCardView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ function switchCheating() {
}
.paper-container {
/* 一个奇怪的 ios bug,必须同时存在这两条才不会出现横向滚动条 */
perspective: 900em;
overflow: hidden;
}
.papers-animation-container.papers-editing {
width: 65.625em; // 210mm / 3.2mm
Expand Down

0 comments on commit 55d71af

Please sign in to comment.