11 lines
No EOL
204 B
CSS
11 lines
No EOL
204 B
CSS
.emby-scrollbuttons {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
align-items: center;
|
|
justify-content: center;
|
|
z-index: 1;
|
|
color: #ffffff;
|
|
display: flex;
|
|
overflow: hidden;
|
|
} |