mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-09 05:18:01 +08:00
(fix) Background of opened modal from item card is not disabled [SCI-9931] (#6891)
This commit is contained in:
parent
c43dd38af4
commit
ac8f5d8198
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<div
|
<div
|
||||||
id="repositoryItemSidebar"
|
id="repositoryItemSidebar"
|
||||||
data-behaviour="vue"
|
data-behaviour="vue"
|
||||||
class="fixed top-0 right-0 h-full z-[2030]"
|
class="fixed top-0 right-0 h-full z-[2039]"
|
||||||
>
|
>
|
||||||
<repository-item-sidebar />
|
<repository-item-sidebar />
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue