Fix content block bug
This commit is contained in:
parent
04cfa18853
commit
981302192c
|
|
@ -174,6 +174,9 @@
|
|||
return this.me.selectedClass;
|
||||
},
|
||||
hidden() {
|
||||
if (!this.contentBlock.id || !this.contentBlock.visibleFor || !this.contentBlock.hiddenFor) {
|
||||
return false;
|
||||
}
|
||||
if (this.contentBlock.userCreated) {
|
||||
if (this.schoolClass.id === '') {
|
||||
return false;
|
||||
|
|
@ -260,7 +263,7 @@
|
|||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
background: rgba(255,255,255,0.5);
|
||||
background: rgba(255, 255, 255, 0.5);
|
||||
z-index: 10;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue