fixes hover in docs sidebar

This commit is contained in:
akcodez
2023-07-11 12:18:55 -07:00
parent 61b3ed5395
commit 12e6c5ce79
2 changed files with 7 additions and 5 deletions

View File

@@ -214,14 +214,16 @@ section {
padding: 2rem;
.external-link::after {
background-position: left 5px bottom 7px;
background-position: left 6px bottom 1px;
width: 2rem;
}
.external-link:hover::after {
background-position: left 9px bottom 10px;
&:hover::after {
transform: translate(3px, -3px); // Translate the arrow up and to the right
}
@include media-breakpoint-up(lg) {
position: sticky;
max-height: calc(100vh - 80px);