jellyfish-web/src/components/emby-scrollbuttons/emby-scrollbuttons.css
2019-07-01 21:25:35 -07:00

20 lines
No EOL
323 B
CSS

.emby-scroller-container {
position: relative;
}
.emby-scroller {
margin-left: 4em;
margin-right: 4em;
}
.emby-scrollbuttons {
position: absolute;
top: 0;
right: 0;
align-items: center;
justify-content: center;
z-index: 1;
color: #ffffff;
display: flex;
overflow: hidden;
}