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
@@ -4,8 +4,8 @@
.scrollbuttoncontainer {
position: absolute;
top: 0;
bottom: 0;
top: 10%;
bottom: 35%;
align-items: center;
justify-content: center;
z-index: 1;