Skip to content

Commit

Permalink
fix(files): disable size containment on headers
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
  • Loading branch information
pulsejet committed Oct 20, 2023
1 parent 4828ac3 commit 08bd784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/src/components/FilesListVirtual.vue
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ export default Vue.extend({

// Before table and thead
.files-list__before {
contain: strict;
contain: style paint layout;
display: flex;
flex-direction: column;
}
Expand Down

0 comments on commit 08bd784

Please sign in to comment.