mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
fix docs dark mode toggle blocks menu button
This commit is contained in:
parent
0f6b452d17
commit
c3a8d93eb4
1 changed files with 5 additions and 1 deletions
6
docs/_static/css/custom.css
vendored
6
docs/_static/css/custom.css
vendored
|
|
@ -580,9 +580,13 @@ a.image-reference img {
|
||||||
right: 12px;
|
right: 12px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
z-index: 1000;
|
z-index: 10;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wy-nav-content-wrap {
|
||||||
|
z-index: 20;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue