diff --git a/lama_cleaner/app/src/components/ImageSize/ImageSize.scss b/lama_cleaner/app/src/components/ImageSize/ImageSize.scss index 9016bef..74b1da3 100644 --- a/lama_cleaner/app/src/components/ImageSize/ImageSize.scss +++ b/lama_cleaner/app/src/components/ImageSize/ImageSize.scss @@ -1,5 +1,7 @@ .imageSize { + background-color: var(--page-bg); border: 1px solid var(--border-color); border-radius: 8px; padding: 8px 8px; + z-index: 4; } \ No newline at end of file