Skip to content

Commit 5b6eb75

Browse files
committed
Update introjs.css
Make sure the box-sizing of helper number layer is content-box.
1 parent c7f9b6e commit 5b6eb75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

introjs.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ tr.introjs-showElement > th {
107107
background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%); /* W3C */
108108
width: 20px;
109109
height:20px;
110+
box-sizing: content-box;
110111
line-height: 20px;
111112
border: 3px solid white;
112113
border-radius: 50%;

0 commit comments

Comments
 (0)