jellyfish-web/src/components/emby-scrollbuttons/emby-scrollbuttons.css
2019-07-04 00:27:42 -07:00

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;
}