Always show prompt manager edit popup on top

This commit is contained in:
maver 2023-08-14 20:27:16 +02:00
parent dbf38d359d
commit 1e71c631ae

View File

@ -263,7 +263,7 @@
padding: 1em;
border: 1px solid #333333;
flex-direction: column;
z-index: 3010;
z-index: 3010 !important;
border-radius: 0 0 20px 20px;
background-color: var(--SmartThemeBlurTintColor);
}