Skip to content

Commit

Permalink
Merge pull request #144 from grafixeyehero/dev
Browse files Browse the repository at this point in the history
Add top offset and bottom offset margins in emby-scrollbuttons
  • Loading branch information
joshuaboniface authored Mar 10, 2019
2 parents 7bd77a5 + d2fe0e4 commit 84f2315
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

.scrollbuttoncontainer {
position: absolute;
top: 0;
bottom: 0;
top: 10%;
bottom: 35%;
align-items: center;
justify-content: center;
z-index: 1;
Expand Down

0 comments on commit 84f2315

Please sign in to comment.