Skip to content

Commit 6282f89

Browse files
authored
Fix issue with the results icon getting clipped at the top (#273)
1 parent 385130d commit 6282f89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tbx/static_src/sass/components/_featured-case-study.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
155155
position: absolute;
156156
top: -5px;
157157
z-index: ($gradient-z-index + 1);
158+
overflow: visible;
158159
}
159160

160161
@include high-contrast-light-mode() {

0 commit comments

Comments
 (0)