mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Override Jump to General Information tooltip pos.
So that it isn't overlapped by the sidebar.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user