Comment nonzero opacity

This commit is contained in:
David Baker 2020-11-23 15:13:19 +00:00
parent b518b33169
commit 576ba21210

View file

@ -150,7 +150,7 @@ limitations under the License.
}
.mx_CallView_callControls_hidden {
opacity: 0.001;
opacity: 0.001; // opacity 0 can cause a re-layout
pointer-events: none;
}