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

Commit

Permalink
Keep dialog glass border on narrow screens
Browse files Browse the repository at this point in the history
It got pushed off the edge and eventually disappeared on narrow
screens, so force it to always be present.
  • Loading branch information
dbkr committed Jun 7, 2024
1 parent aeea4bb commit 1f130bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions res/css/_common.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,9 @@ legend {
.mx_Dialog_border {
z-index: var(--dialog-zIndex-standard);
position: relative;
width: 100%;
max-width: min-content;
box-sizing: border-box;
max-height: calc(100% - var(--cpd-space-12x));
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 1f130bd

Please sign in to comment.