fix(SW-391): fixed issues with sidepeek functionality inside teaser cards

This commit is contained in:
Erik Tiekstra
2024-11-04 11:15:25 +01:00
parent 038ae1256f
commit dabdd597e2
5 changed files with 26 additions and 6 deletions

View File

@@ -21,6 +21,12 @@
}
}
.visuallyHidden {
position: absolute;
opacity: 0;
visibility: hidden;
}
.overlay {
position: fixed;
top: 0;
@@ -40,7 +46,7 @@
height: 100vh;
background-color: var(--Base-Background-Primary-Normal);
z-index: var(--sidepeek-z-index);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
outline: none;
}
.modal[data-entering] {