Skip to content

Commit

Permalink
Fixed search modal overlaying menu on mobile (7.2.7 regression)
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Sep 20, 2021
1 parent ea130d1 commit 2eabc94
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
2 changes: 0 additions & 2 deletions material/assets/stylesheets/main.3c7cdd75.min.css

This file was deleted.

1 change: 0 additions & 1 deletion material/assets/stylesheets/main.3c7cdd75.min.css.map

This file was deleted.

2 changes: 2 additions & 0 deletions material/assets/stylesheets/main.92558b1b.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions material/assets/stylesheets/main.92558b1b.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion material/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.3c7cdd75.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.92558b1b.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.3f5d1f46.min.css' | url }}">
Expand Down
1 change: 1 addition & 0 deletions src/assets/stylesheets/main/layout/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
z-index: 2;
width: 0;
height: 0;
overflow: hidden;
transform: translateX(5%);
opacity: 0;
transition:
Expand Down

0 comments on commit 2eabc94

Please sign in to comment.