Merge pull request #2535 from KiruPoruno/master

theme: fix "#backToTop" button always being clickable
This commit is contained in:
Paul Braeuning 2023-07-19 15:12:57 +02:00 committed by GitHub
commit a446dea1bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -792,6 +792,7 @@ summary.title {
.ltr-left(@results-width + @results-offset + (0.5 * @results-gap - 1.2em));
transition: opacity 0.5s;
opacity: 0;
pointer-events: none;
.rounded-corners;
a {
@ -810,6 +811,7 @@ summary.title {
#results.scrolling #backToTop {
opacity: 1;
pointer-events: all;
}
/*