Refactor of the RoomTooltip, so that it is easier to use, and also works with Safari

This commit is contained in:
wmwragg 2016-09-02 15:45:43 +01:00
parent bf8d7050cc
commit d2e2c726eb
5 changed files with 47 additions and 80 deletions

View file

@ -18,6 +18,7 @@ limitations under the License.
position: absolute;
left: -9px;
top: 7px;
pointer-events: none;
}
.mx_RoomTooltip {
@ -29,4 +30,9 @@ limitations under the License.
z-index: 2000;
left: 52px;
padding: 6px;
pointer-events: none;
}
mx_RoomToolTip_placeholder {
display: none;
}