Merge pull request #609 from filecoin-project/@akuokojnr/fix-shortcuts

fix: tooltip alignment with filter button
This commit is contained in:
martinalong 2021-03-05 11:09:07 -08:00 committed by GitHub
commit 1281f86302
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ const STYLES_COMMAND_TOOLTIP_ANCHOR = css`
width: 275px;
height: auto;
position: absolute;
top: -11px;
top: -7px;
right: 50px;
z-index: ${Constants.zindex.tooltip};
padding-bottom: 15px;