Fixed back-to-top button being clickable when hidden

This commit is contained in:
squidfunk
2021-04-15 21:04:42 +02:00
parent e72af03cd1
commit a9b9faa3aa
4 changed files with 2 additions and 4 deletions

View File

@@ -54,6 +54,7 @@
&[data-md-state="hidden"] {
transform: translateY(px2rem(-4px));
opacity: 0;
pointer-events: none;
}
// Back-to-top button on focus/hover