@@ -9,7 +9,7 @@ body {
#toasts-container {
position: fixed;
- height: 100vh;
+ height: auto;
display: flex;
flex-direction: column;
top: 20px;
@@ -55,4 +55,4 @@ body {
font-weight: 300;
width: var(--max-width);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
-}
+}