Skip to content

Commit

Permalink
Fix issue with the results icon getting clipped at the top
Browse files Browse the repository at this point in the history
  • Loading branch information
helenb committed Jul 3, 2024
1 parent aa3abc0 commit 59c66ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tbx/static_src/sass/components/_featured-case-study.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
position: absolute;
top: -5px;
z-index: ($gradient-z-index + 1);
overflow: visible;
}

@include high-contrast-light-mode() {
Expand Down

0 comments on commit 59c66ce

Please sign in to comment.