mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 17:47:08 +01:00
Fix slim sidebar close button position
[ci skip]
This commit is contained in:
parent
dafefa33d6
commit
98f1722d1b
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ main {
|
||||||
|
|
||||||
.close {
|
.close {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute !important;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue