master
zsk 2 years ago
parent 733ee575be
commit bf2d5b8628

@ -714,8 +714,10 @@ button.collect icon::before {
padding: 16px 18px; padding: 16px 18px;
padding-bottom: 50px; padding-bottom: 50px;
border-radius: 12px; border-radius: 12px;
flex-wrap: wrap; flex-wrap: wrap;
/* height: 208px; */ box-sizing: border-box;
/* height: 208px; */
height: calc(100% - 56px);
overflow: auto; overflow: auto;
justify-content: start; justify-content: start;
} }

Loading…
Cancel
Save