mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 16:23:28 +01:00
Merge pull request #793 from patriceac/patch-20
Fix the tooltip display over image modifier cards
This commit is contained in:
commit
573154633b
@ -890,18 +890,19 @@ input::file-selector-button {
|
|||||||
|
|
||||||
/* SIMPLE TOOTIP */
|
/* SIMPLE TOOTIP */
|
||||||
.simple-tooltip {
|
.simple-tooltip {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
background-color: var(--background-color3);
|
background-color: var(--background-color3);
|
||||||
|
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: max-content;
|
width: max-content;
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
transition: 0.3s all;
|
transition: 0.3s all;
|
||||||
|
z-index: 1000;
|
||||||
|
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user