Skip to content

Commit

Permalink
Add padding-bottom to transcript so scrollbar doesn't overlap drag icon
Browse files Browse the repository at this point in the history
  • Loading branch information
terrill committed Nov 4, 2018
1 parent 82cbb44 commit 9eedcda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions styles/ableplayer.css
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,7 @@ ul.able-popup {
height: 400px;
z-index: 7000;
outline: none;
padding-bottom: 25px; /* keep content above 16x16px drag icon */
}
.able-transcript {
position: relative; /* must be positioned for scrolling */
Expand Down

0 comments on commit 9eedcda

Please sign in to comment.