1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-28 01:10:58 +01:00

Fixed theme toggle and search overlaying version selector

This commit is contained in:
squidfunk 2022-02-08 09:19:08 +01:00
parent 67526d8030
commit 93a55412ad
4 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@
{% endif %} {% endif %}
{% endblock %} {% endblock %}
{% block styles %} {% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.d6be258b.min.css' | url }}"> <link rel="stylesheet" href="{{ 'assets/stylesheets/main.50735a6f.min.css' | url }}">
{% if config.theme.palette %} {% if config.theme.palette %}
{% set palette = config.theme.palette %} {% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.e6a45f82.min.css' | url }}"> <link rel="stylesheet" href="{{ 'assets/stylesheets/palette.e6a45f82.min.css' | url }}">

View File

@ -78,7 +78,7 @@
&__list { &__list {
position: absolute; position: absolute;
top: px2rem(3px); top: px2rem(3px);
z-index: 1; z-index: 3;
max-height: 0; max-height: 0;
margin: px2rem(4px) px2rem(16px); margin: px2rem(4px) px2rem(16px);
padding: 0; padding: 0;