adds position:relative; for the vhs in ToC

This commit is contained in:
Ashley Blewer 2017-10-17 21:17:50 -04:00
parent c6a579a0bf
commit cf8756ced7

View File

@ -183,6 +183,7 @@ div {
font-size: 1em;
border: 1px solid black;
transition: all .5s ease-out;
position: relative;
}
.contents-list:hover {