Render elements on top of the carousel.

This commit is contained in:
Dermot Duffy
2022-01-20 19:14:48 -08:00
parent 9998a5c51b
commit 771387963f
2 changed files with 39 additions and 57 deletions
-12
View File
@@ -44,18 +44,6 @@
.outer:hover + .hover-menu, .hover-menu:hover {
opacity: 0.9;
}
/* A relative div to place absolute picture elements onto */
.picture-elements {
position: relative;
width: 100%;
height: 100%;
}
/* Enforce picture elements to only be the size of the card/fullscreen (and not
larger) when in gallery mode so that the picture elements do not scroll. */
.picture-elements.gallery {
height: 100%;
}
ha-card {
display: flex;