fix white background of image-picker

This commit is contained in:
Niels Lyngsø
2020-06-02 10:04:39 +02:00
parent 31c9afac76
commit f157fe56f1
@@ -320,6 +320,11 @@
box-shadow:none !important;
}
.umb-sortable-thumbnails-container {
display: flex;
flex-wrap: wrap;
background-color: @white;
}
.umb-sortable-thumbnails {
list-style-type: none;