Merge pull request #3169 from matrix-org/jryans/reactions-tooltip-tweaks

Improve interactive tooltip hover behaviour
This commit is contained in:
J. Ryan Stinnett 2019-07-02 18:28:09 +01:00 committed by GitHub
commit cf8eeedcc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 19 deletions

View file

@ -19,16 +19,6 @@ limitations under the License.
z-index: 5000;
}
.mx_InteractiveTooltip_background {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 1.0;
z-index: 5000;
}
.mx_InteractiveTooltip {
border-radius: 3px;
background-color: $interactive-tooltip-bg-color;