mirror of
https://github.com/mozilla/send.git
synced 2026-02-05 10:24:59 -05:00
10 lines
166 B
CSS
10 lines
166 B
CSS
.uploadedFiles {
|
|
background: rgba(132, 193, 255, 0.1);
|
|
margin: 0;
|
|
padding: 0;
|
|
align-content: center;
|
|
flex: 1;
|
|
overflow-y: scroll;
|
|
overflow-x: hidden;
|
|
}
|