mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
Comment nonzero opacity
This commit is contained in:
parent
b518b33169
commit
576ba21210
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue