allow modal to expand with content
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
FloatingGhost 2022-08-30 10:32:34 +01:00
parent 08d4b3b885
commit 59eb434840
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);