Refactor of the RoomTooltip, so that it is easier to use, and also works with Safari
This commit is contained in:
parent
bf8d7050cc
commit
d2e2c726eb
5 changed files with 47 additions and 80 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue