Skip to content

Commit

Permalink
perf: optimize page scrolling when setting fixedHeader
Browse files Browse the repository at this point in the history
tweak
  • Loading branch information
PanJiaChen committed May 5, 2019
1 parent 41318aa commit e8e6c7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/layout/components/AppMain.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ export default {
.fixed-header+.app-main {
padding-top: 50px;
height: 100vh;
overflow: auto;
}
.hasTagsView {
Expand Down

0 comments on commit e8e6c7e

Please sign in to comment.