Fix for image modifier improvements plugin

This commit is contained in:
cmdr2 2023-08-03 16:33:20 +05:30
parent 3929e88d87
commit 404329f9b5

View File

@ -1827,3 +1827,8 @@ div#enlarge-buttons {
#controlnet_model {
width: 77%;
}
/* hack for fixing Image Modifier Improvements plugin */
#imageTagPopupContainer {
position: absolute;
}