mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
fix book review overlaps
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user