Skip to content

Commit

Permalink
Merge pull request #70 from KPMP/KPMP-3380-info-icon-bug
Browse files Browse the repository at this point in the history
add adjusted margins for bottom tooltips
  • Loading branch information
rlreamy authored Jan 19, 2022
2 parents 6fb6f24 + d1591c3 commit c545ca9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
height: 650px;
overflow: auto;
position: relative;
padding-bottom: 80px;
}

.spatial-data-table thead th {
Expand Down Expand Up @@ -76,6 +77,16 @@ th[title='Pixels Type'], th[title='Pixels Type'] + td {
font-size: 14px;
}


tr:nth-last-of-type(1) .tooltip-parent,
tr:nth-last-of-type(2) .tooltip-parent,
tr:nth-last-of-type(3) .tooltip-parent {
cursor: pointer !important;
font-size: 14px;
margin-top: -7.75rem !important;
margin-left: 2rem !important;

}
.tooltip-parent {
z-index: 10;
cursor: pointer;
Expand Down

0 comments on commit c545ca9

Please sign in to comment.