mirror of https://github.com/vector-im/riot-web
Comment nonzero opacity
parent
b518b33169
commit
576ba21210
|
@ -150,7 +150,7 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_CallView_callControls_hidden {
|
.mx_CallView_callControls_hidden {
|
||||||
opacity: 0.001;
|
opacity: 0.001; // opacity 0 can cause a re-layout
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue