Browse Source

fix(files): disable containment in header

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
tags/v28.0.0beta1
Varun Patil 8 months ago
parent
commit
dbde3f6e5a
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      apps/files/src/components/FilesListVirtual.vue

+ 0
- 1
apps/files/src/components/FilesListVirtual.vue View File

@@ -332,7 +332,6 @@ export default Vue.extend({

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

Loading…
Cancel
Save