Override Jump to General Information tooltip pos.

So that it isn't overlapped by the sidebar.
This commit is contained in:
Oliver Hamlet
2015-01-06 21:03:29 +00:00
parent 6b4d016465
commit dc5f43f0f5
+6
View File
@@ -68,3 +68,9 @@ html /deep/ core-tooltip:hover:not([disabled])::shadow .core-tooltip {
#main /deep/ paper-dropdown::shadow #scroller {
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 {
left: inherit !important;
}