mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-08-04 03:25:13 -04:00
Fixed back-to-top button overlaying search
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
.md-top {
|
||||
position: fixed;
|
||||
top: px2rem(48px + 16px);
|
||||
z-index: 3;
|
||||
z-index: 2;
|
||||
margin-left: 50%;
|
||||
padding: px2rem(8px) px2rem(16px);
|
||||
color: var(--md-default-fg-color--light);
|
||||
|
||||
Reference in New Issue
Block a user