Skip to content

Commit

Permalink
fix: Pager buttons were overlapping the scrollbar.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrseanryan committed Dec 29, 2018
1 parent 5d6f3d9 commit 5ab22ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions static/electronApp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,12 @@
.image-pager {
position: absolute;
top: 4px;
right: 30px;
right: 19px;
padding-left: 4px;

display: flex;
flex-wrap: wrap;
/* reverse so buttons will not overlap the scrollbar */
flex-wrap: wrap-reverse;
flex-direction: column;
height: 100%;
}
Expand Down

0 comments on commit 5ab22ec

Please sign in to comment.