Attachment Modal: Fix drop area padding and z-index (#5274)
This commit is contained in:
parent
3603168978
commit
274d22542b
@ -149,16 +149,16 @@
|
||||
overflow: visible !important;
|
||||
|
||||
position: absolute;
|
||||
top: 0.5rem;
|
||||
padding-top: 0.5rem;
|
||||
left: 0.5rem;
|
||||
width: calc(100% - 1rem);
|
||||
height: calc(100% - 1rem);
|
||||
height: calc(100% - 0.5rem);
|
||||
|
||||
background-color: var(--color-background);
|
||||
|
||||
opacity: 0;
|
||||
transition: opacity 0.2s;
|
||||
z-index: 1;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.dropOutline {
|
||||
@ -191,7 +191,7 @@
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
color: var(--color-primary);
|
||||
z-index: 1;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.caption-wrapper,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user