fix(files): disable containment in header

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
This commit is contained in:
Varun Patil 2023-10-24 09:49:49 -07:00 committed by Ferdinand Thiessen
parent 107bafd864
commit dbde3f6e5a

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;
}