mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-31 04:32:06 +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
|
||||
id="repositoryItemSidebar"
|
||||
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 />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue