Merge pull request #793 from patriceac/patch-20

Fix the tooltip display over image modifier cards
This commit is contained in:
cmdr2 2023-02-10 17:18:46 +05:30 committed by GitHub
commit 573154633b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -902,6 +902,7 @@ input::file-selector-button {
max-width: 300px;
padding: 8px 12px;
transition: 0.3s all;
z-index: 1000;
pointer-events: none;
}