mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-24 06:43:50 -04:00
Fixed back-to-top button being clickable when hidden
This commit is contained in:
@@ -54,6 +54,7 @@
|
||||
&[data-md-state="hidden"] {
|
||||
transform: translateY(px2rem(-4px));
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
// Back-to-top button on focus/hover
|
||||
|
||||
Reference in New Issue
Block a user