Skip to content

Commit

Permalink
Merge pull request #133 from mcicoria/master
Browse files Browse the repository at this point in the history
Fixing an issue where you cannot click a link directly above the nub
  • Loading branch information
Jordan Humphreys committed Sep 17, 2013
2 parents 50bce9a + 7db7f5b commit 940a602
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions joyride-2.1.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ body {
border-top-color: transparent !important;
border-left-color: transparent !important;
border-right-color: transparent !important;
top: -28px;
border-top-width: 0;
top: -14px;
bottom: none;
}

Expand All @@ -85,7 +86,8 @@ body {
border-bottom-color: transparent !important;
border-left-color: transparent !important;
border-right-color: transparent !important;
bottom: -28px;
border-bottom-width: 0;
bottom: -14px;
bottom: none;
}

Expand All @@ -95,10 +97,11 @@ body {
border-top-color: transparent !important;
border-right-color: transparent !important;
border-bottom-color: transparent !important;
border-right-width: 0;
top: 22px;
bottom: none;
left: auto;
right: -28px;
right: -14px;
}

.joyride-tip-guide span.joyride-nub.left {
Expand All @@ -107,8 +110,9 @@ body {
border-top-color: transparent !important;
border-left-color: transparent !important;
border-bottom-color: transparent !important;
border-left-width: 0;
top: 22px;
left: -28px;
left: -14px;
right: auto;
bottom: none;
}
Expand All @@ -119,7 +123,8 @@ body {
border-top-color: transparent !important;
border-left-color: transparent !important;
border-right-color: transparent !important;
top: -28px;
border-top-width: 0;
top: -14px;
bottom: none;
left: auto;
right: 28px;
Expand Down

0 comments on commit 940a602

Please sign in to comment.