mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
margining top offset and bottom offset emby-scrollbuttons
This commit is contained in:
parent
072f4a3cf9
commit
d2fe0e4bef
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
.scrollbuttoncontainer {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
top: 10%;
|
||||
bottom: 35%;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
z-index: 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue