From 4f71ae80bea2482376c84f63622e9aef9a0d8547 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Thu, 8 Jan 2015 16:26:33 +0000 Subject: [PATCH] Don't centre active plugin tooltips. As they may be hidden by the sidebar in long translations. --- resources/report/css/overrides.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/report/css/overrides.css b/resources/report/css/overrides.css index 1cf26eac..5163905b 100644 --- a/resources/report/css/overrides.css +++ b/resources/report/css/overrides.css @@ -69,8 +69,9 @@ html /deep/ core-tooltip:hover:not([disabled])::shadow .core-tooltip { max-height: none !important; } -/* Don't center the "Jump to General Information" tooltip, as it gets cut off - by the sidebar. */ -#drawerToggle + core-tooltip::shadow #tooltip { +/* Don't center the "Jump to General Information" or active plugin tooltips, as + they can get cut off by the sidebar. */ +#drawerToggle + core-tooltip::shadow #tooltip, +loot-plugin-card /deep/ #activeTick::shadow #tooltip { left: inherit !important; }