Skip to content

Commit 632c4e6

Browse files
authored
Merge pull request usablica#830 from zoheiry/patch-1
Fix position of left arrow in modern theme
2 parents 19b779a + ac8faa3 commit 632c4e6

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)