jellyfin-web/dashboard-ui/bower_components/emby-webcomponents/backdrop/style.css

15 lines
283 B
CSS
Raw Normal View History

2016-05-29 14:02:47 -07:00
.backdropContainer {
contain: layout style;
}
2016-03-12 00:28:13 -07:00
.backdropImage {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-attachment: fixed;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}