Skip to content

Commit 5f11d0a

Browse files
committed
Merge pull request usablica#313 from GuillaumeAmat/patch-3
Bad sizing with Bootstrap 3 (second attempt)
2 parents 41fcb62 + 54dfb5a commit 5f11d0a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

introjs.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,16 @@ tr.introjs-showElement > th {
5858
transition: all 0.3s ease-out;
5959
}
6060

61+
.introjs-helperLayer *,
62+
.introjs-helperLayer *:before,
63+
.introjs-helperLayer *:after {
64+
-webkit-box-sizing: content-box;
65+
-moz-box-sizing: content-box;
66+
-ms-box-sizing: content-box;
67+
-o-box-sizing: content-box;
68+
box-sizing: content-box;
69+
}
70+
6171
.introjs-helperNumberLayer {
6272
position: absolute;
6373
top: -16px;

0 commit comments

Comments
 (0)