mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-10 21:26:18 +00:00
fix: Unclickable social icons
This makes the hiding animation worse, as opacity isn't transitioned anymore, this is unfortunately due to an issue where the wave overlaps other page content during the transition
This commit is contained in:
@@ -142,15 +142,13 @@
|
||||
</div>
|
||||
|
||||
<style lang="scss">
|
||||
.hide-on-scroll {
|
||||
transition: opacity 0.5s var(--bezier-one);
|
||||
z-index: -999;
|
||||
|
||||
&.hidden {
|
||||
height: 0;
|
||||
opacity: 0;
|
||||
}
|
||||
.hide-on-scroll.hidden {
|
||||
z-index: -2;
|
||||
height: 0;
|
||||
opacity: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
main {
|
||||
padding-block: 2rem;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user