fix(categories): correct z-index, fix #12777
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user