Skip to content

Commit

Permalink
Fixed back-to-top button overlaying search
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Jul 10, 2021
1 parent 7abeb68 commit 4fb80ea
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions material/assets/stylesheets/main.80873392.min.css

This file was deleted.

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

This file was deleted.

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.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 }}">
Expand Down
2 changes: 1 addition & 1 deletion src/assets/stylesheets/main/layout/_top.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4fb80ea

Please sign in to comment.