1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-24 07:30:12 +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 %}
{% endblock %}
{% 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 %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.e6a45f82.min.css' | url }}">

View File

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