mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 04:38:55 +00:00
fix(categories): correct z-index, fix #12777
This commit is contained in:
parent
181b33101e
commit
b5d8bcc0fe
2 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue