Fix the image view (#12341)
This commit is contained in:
@@ -335,6 +335,12 @@ legend {
|
|||||||
max-height: calc(100% - var(--cpd-space-12x));
|
max-height: calc(100% - var(--cpd-space-12x));
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
|
.mx_Dialog_lightbox & {
|
||||||
|
/* The lightbox isn't so much of a dialog as a fullscreen overlay. We
|
||||||
|
don't want the glass border. */
|
||||||
|
display: contents;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Dialog {
|
.mx_Dialog {
|
||||||
|
|||||||
Reference in New Issue
Block a user