Skip to content

Commit

Permalink
fix(desktop): fix homepage list scrolling overflow (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Apr 15, 2021
1 parent bed7047 commit 2181196
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions desktop/renderer-app/src/pages/HomePage/HomePage.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.homepage-layout-container {
display: flex;
flex-direction: column;
height: 100%;
overflow: hidden;
}

.homepage-layout-content {
Expand Down

0 comments on commit 2181196

Please sign in to comment.