fix(categories): correct z-index, fix #12777

This commit is contained in:
Matteo Pagliazzi 2020-11-10 19:10:39 +01:00
parent 181b33101e
commit b5d8bcc0fe
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@
border-radius: 2px;
background-color: $white;
box-shadow: 0 2px 2px 0 rgba($black, 0.15), 0 1px 4px 0 rgba($black, 0.1);
z-index: 2;
}
.category-label {

View file

@ -532,6 +532,7 @@ export default {
this.workingGroup.privateGuild = false;
}
this.workingGroup.categories = [];
if (editingGroup.categories) {
editingGroup.categories.forEach(category => {
this.workingGroup.categories.push(category.slug);