Skip to content

Commit

Permalink
Fix scrolling of sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasHirt committed Mar 2, 2021
1 parent 61fd0f9 commit 0b04440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-app-files/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default {
#files-sidebar {
position: sticky;
top: 60px;
max-height: 100vh;
max-height: calc(100vh - 60px);
}
#files-app-bar {
Expand Down

0 comments on commit 0b04440

Please sign in to comment.