mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Hide visible underlying shadows on filter / bulk editor
This commit is contained in:
parent
6f0c14cc07
commit
43d05b2e6d
@ -75,7 +75,7 @@
|
||||
|
||||
</app-page-header>
|
||||
|
||||
<div class="w-100 sticky-top py-2 mt-n3 py-sm-4 bg-body">
|
||||
<div class="sticky-top py-2 mt-n3 py-sm-4 bg-body mx-n3 px-3">
|
||||
<app-filter-editor [hidden]="isBulkEditing" [(filterRules)]="list.filterRules" [unmodifiedFilterRules]="unmodifiedFilterRules" #filterEditor></app-filter-editor>
|
||||
<app-bulk-editor [hidden]="!isBulkEditing"></app-bulk-editor>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user