Skip to content
Snippets Groups Projects
Verified Commit 362e7452 authored by bree's avatar bree
Browse files

Fix: attatchment sizing on chrome when unloaded

parent f596e73d
No related merge requests found
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
&.tall { &.tall {
height: min(100%, var(--height-px)); height: min(100%, var(--height-px));
width: auto; width: 100%;
} }
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment