Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Fix the image view (#12341)
Browse files Browse the repository at this point in the history
  • Loading branch information
robintown authored Mar 14, 2024
1 parent bd6ebc9 commit 49be30b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions res/css/_common.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,12 @@ legend {
max-height: calc(100% - var(--cpd-space-12x));
display: flex;
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 {
Expand Down

0 comments on commit 49be30b

Please sign in to comment.