Fix: attatchment sizing on chrome when unloaded

pull/1049/head
bree 2021-07-08 18:17:59 -04:00
parent c414a15aa5
commit e2b182e521
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
&.tall {
height: min(100%, var(--height-px));
width: auto;
width: 100%;
}
}