Skip to content

Commit b740dbc

Browse files
committed
Fixed back-to-top button overlaying active search bar
1 parent f151f71 commit b740dbc

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Diff for: material/assets/stylesheets/main.fe914879.min.css renamed to material/assets/stylesheets/main.1118c9be.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: material/assets/stylesheets/main.fe914879.min.css.map renamed to material/assets/stylesheets/main.1118c9be.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: material/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
{% endif %}
4040
{% endblock %}
4141
{% block styles %}
42-
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.fe914879.min.css' | url }}">
42+
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.1118c9be.min.css' | url }}">
4343
{% if config.theme.palette %}
4444
{% set palette = config.theme.palette %}
4545
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.ba0d045b.min.css' | url }}">

Diff for: src/assets/stylesheets/main/layout/_dialog.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
right: px2rem(16px);
3333
bottom: px2rem(16px);
3434
left: initial;
35-
z-index: 2;
35+
z-index: 3;
3636
min-width: px2rem(222px);
3737
padding: px2rem(8px) px2rem(12px);
3838
background-color: var(--md-default-fg-color);

Diff for: src/assets/stylesheets/main/layout/_header.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
top: 0;
3232
right: 0;
3333
left: 0;
34-
z-index: 2;
34+
z-index: 3;
3535
color: var(--md-primary-bg-color);
3636
background-color: var(--md-primary-fg-color);
3737
// Hack: reduce jitter by adding a transparent box shadow of the same size

Diff for: src/assets/stylesheets/main/layout/_sidebar.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
position: fixed;
4747
top: 0;
4848
left: px2rem(-242px);
49-
z-index: 3;
49+
z-index: 4;
5050
display: block;
5151
width: px2rem(242px);
5252
height: 100%;
@@ -167,7 +167,7 @@
167167
.md-overlay {
168168
position: fixed;
169169
top: 0;
170-
z-index: 3;
170+
z-index: 4;
171171
width: 0;
172172
height: 0;
173173
background-color: hsla(0, 0%, 0%, 0.54);

0 commit comments

Comments
 (0)