2018-07-31 18:09:18 +00:00
|
|
|
.uploadedFiles {
|
2018-10-10 01:17:40 +00:00
|
|
|
background: rgba(132, 193, 255, 0.1);
|
2018-07-31 18:09:18 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
align-content: center;
|
|
|
|
flex: 1;
|
|
|
|
overflow-y: scroll;
|
2018-08-09 00:24:58 +00:00
|
|
|
overflow-x: hidden;
|
2018-07-31 18:09:18 +00:00
|
|
|
}
|