Merge remote-tracking branch 'upstream/develop' into fix-screen-sharing

This commit is contained in:
Šimon Brandner
2021-01-13 19:47:07 +01:00
46 changed files with 5628 additions and 300 deletions
@@ -18,6 +18,16 @@ limitations under the License.
position: relative;
width: min-content;
// this isn't a floating tooltip so override some things to not need to bother with z-index and floating
.mx_Tooltip {
display: inline-block;
position: absolute;
z-index: unset;
width: max-content;
left: 72px;
top: 0;
}
&::before, &::after {
content: '';
position: absolute;