fix: remove highlight position fixes for navbar and footer

This commit is contained in:
radishzzz 2025-05-25 20:04:14 +01:00
parent 91481626c5
commit c93cf8fb2f
4 changed files with 3 additions and 13 deletions

View file

@ -56,13 +56,3 @@ h4:hover .heading-anchor-link svg:hover {
.highlight-hover::after {
--at-apply: 'origin-bottom-right scale-x-0 transition-transform ease-out lg:duration-300';
}
/* Fix Highlight Position Issue on iOS */
@supports (-webkit-touch-callout: none) {
.navbar-highlight-position-fix {
--at-apply: 'after:bottom-0.88em';
}
.footer-highlight-position-fix {
--at-apply: 'after:bottom-0.59em';
}
}