Skip to content

Commit

Permalink
Merge pull request #10 from PeachScript/patch-2
Browse files Browse the repository at this point in the history
docs: workaround for simulator flicker problem
  • Loading branch information
Simplyme0823 authored Feb 21, 2022
2 parents 939b03d + dd1159c commit e952d90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ export default {
box-shadow: none;
border-bottom: 1px solid #ebedf1;
}
#root .__dumi-default-device[data-device-type="iOS"] {
display: none;
}
`],
navs: {
zh: [
Expand Down

0 comments on commit e952d90

Please sign in to comment.