diff --git a/CSS/compose.css b/CSS/compose.css index 78f9f6e..6d63bd9 100644 --- a/CSS/compose.css +++ b/CSS/compose.css @@ -1,5 +1,5 @@ /* overlay backdrop */ -#overlay { +#overlay, .overlay { display: none; position: fixed; top: 0; @@ -31,7 +31,7 @@ } /* show popup and overlay */ -#new-post-form.show, #overlay.show { +#new-post-form.show, #overlay.show, .overlay.show { display: block; opacity: 1; } diff --git a/HTML/index.html b/HTML/index.html index 38bb144..d375914 100644 --- a/HTML/index.html +++ b/HTML/index.html @@ -68,7 +68,7 @@ -
+