Skip to content

Commit

Permalink
Raise the z-index of seek knob (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswklassen authored Jun 30, 2020
1 parent d93ba67 commit 7552320
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions d2l-seek-bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ $_documentContainer.innerHTML = `<dom-module id="d2l-seek-bar">
box-shadow: var(--calculated-d2l-knob-box-shadow);
border-radius: 50%;
cursor: pointer;
z-index: 1;
}
.slider-knob-inner {
Expand Down

0 comments on commit 7552320

Please sign in to comment.