Fixed back-to-top button overlaying search

This commit is contained in:
squidfunk
2021-07-10 11:28:53 +02:00
parent 7abeb68708
commit 4fb80ea2cf
4 changed files with 2 additions and 5 deletions

View File

@@ -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);