Merge pull request #144 from grafixeyehero/dev

Add top offset and bottom offset margins in emby-scrollbuttons
This commit is contained in:
Joshua M. Boniface 2019-03-10 01:57:45 -05:00 committed by GitHub
commit 84f2315e27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,8 @@
.scrollbuttoncontainer {
position: absolute;
top: 0;
bottom: 0;
top: 10%;
bottom: 35%;
align-items: center;
justify-content: center;
z-index: 1;