allow modal to expand with content

This commit is contained in:
FloatingGhost 2022-08-30 10:32:34 +01:00 committed by Sam Therapy
parent 4126a1d95e
commit 11f24727c7
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@
z-index: 2001;
cursor: default;
display: block;
width: max-content;
background-color: $fallback--bg;
background-color: var(--bg, $fallback--bg);