From 9f199758b94843c4cf27e9ec7256026b28cf4bd0 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 14 Jul 2020 13:00:25 +0100 Subject: [PATCH] restore old tooltip positioning (right) instead of (above) for timeline tooltips Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- res/css/views/elements/_Tooltip.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/res/css/views/elements/_Tooltip.scss b/res/css/views/elements/_Tooltip.scss index efaaf83545..7efea2c3f7 100644 --- a/res/css/views/elements/_Tooltip.scss +++ b/res/css/views/elements/_Tooltip.scss @@ -76,9 +76,6 @@ limitations under the License. } .mx_Tooltip_timeline { - margin-left: -42px; - margin-top: -42px; - &.mx_Tooltip { background-color: $inverted-bg-color; color: $accent-fg-color;