Fix upload area display in single-column mode (#23217)
parent
958955cda4
commit
54e798a5a0
|
@ -4441,14 +4441,14 @@ a.status-card.compact:hover {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background: rgba($base-overlay-background, 0.8);
|
background: rgba($base-overlay-background, 0.8);
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 100%;
|
height: 100vh;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
left: 0;
|
left: 0;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
width: 100%;
|
width: 100vw;
|
||||||
z-index: 2000;
|
z-index: 2000;
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
|
Loading…
Reference in New Issue