fix book review overlaps

This commit is contained in:
2023-05-11 11:06:13 -04:00
parent de41b96388
commit 814a70c088
3 changed files with 8 additions and 2 deletions

View File

@@ -772,17 +772,18 @@ a {
position: absolute;
top: 3em;
left: -50%;
z-index: 10;
padding: 1em;
border-radius: 1em;
width: 20em;
background-color: #1a1a1a;
opacity: 0;
transition: 1s;
z-index: -1;
}
.hover-container:hover .hover-element {
opacity: 1;
z-index: 10;
}
@font-face {