(fix) Background of opened modal from item card is not disabled [SCI-9931] (#6891)

This commit is contained in:
Gregor Lasnibat 2024-01-08 15:09:46 +01:00 committed by GitHub
parent c43dd38af4
commit ac8f5d8198
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>