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



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

Loading…
Cancel
Save