Skip to content

Commit ac8faa3

Browse files
authored
Fix position of left arrow arrow in modern theme
1 parent 19b779a commit ac8faa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/introjs-modern.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
.introjs-arrow.left, .introjs-arrow.left-bottom {
4949
left: -20px;
50-
border-color: rgba(000, 0, 0, 0.5) transparent transparent transparent;
50+
border-color: transparent rgba(000, 0, 0, 0.5) transparent transparent;
5151
}
5252
.introjs-arrow.right, .introjs-arrow.right-bottom {
5353
right: -20px;

0 commit comments

Comments
 (0)