Skip to content

Commit 7b56201

Browse files
Matt Cotterkangas
authored andcommitted
INT-1007 disable intercom minimize
(cherry picked from commit d580042)
1 parent b20ee8f commit 7b56201

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/index.less

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,11 @@
2424
display: none !important;
2525
}
2626
}
27+
28+
.intercom-sheet-header-minimize-button {
29+
height: 0px !important;
30+
width: 0px !important;
31+
display: none !important;
32+
pointer-events: none !important;
33+
-webkit-pointer-events: none !important;
34+
}

0 commit comments

Comments
 (0)