Skip to content

Commit

Permalink
fix: 修复导航栏遮挡文档内容问题
Browse files Browse the repository at this point in the history
  • Loading branch information
panbibi authored and xingyuefeng committed Mar 31, 2023
1 parent 008042f commit 8a4d276
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/src/component/Container/index.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@
display: flex;
padding-top: 58px;
}

.content {
position: absolute;
left: 270px;
top: 60px;
display: flex;
flex-wrap: wrap;
}

0 comments on commit 8a4d276

Please sign in to comment.