1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-24 07:30:12 +01:00

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -39,7 +39,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.80873392.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.e1d16808.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.f1a3b89f.min.css' | url }}">

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