瀏覽代碼

Merge pull request #2 from odiffey/patch-2

fix: 100vh of container stops interaction on page
Jonathan Graham 5 年之前
父節點
當前提交
57cd4481b8
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/index.css

+ 2 - 2
src/index.css

@@ -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);
-}
+}