show scrollbar on upload list

merge-requests/208/head
fatchan 4 years ago
parent e9f4ff23ca
commit 5ce367baaa
  1. 5
      gulp/res/css/style.css

@ -270,15 +270,16 @@ p {
overflow-x: hidden;
overflow-y: auto;
max-width: 100%;
scrollbar-width: none;
/*scrollbar-width: none;*/
border: 1px solid var(--input-borders);
margin-top: 1px;
display: none;
}
/*
.upload-list::-webkit-scrollbar {
display: none;
}
*/
.upload-item {
display: flex;
align-items: center;

Loading…
Cancel
Save