From 6d514ffc2126a154be638e488bc32a4e48856156 Mon Sep 17 00:00:00 2001 From: Doug Puchalski Date: Tue, 18 Mar 2014 14:56:10 -0700 Subject: [PATCH] Ensure .alertify-logs shrink-wraps contents Avoids blocking click events below log windows --- example/assets/js/lib/alertify/alertify.core.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/assets/js/lib/alertify/alertify.core.css b/example/assets/js/lib/alertify/alertify.core.css index a6d9c357..aa0ff6cd 100644 --- a/example/assets/js/lib/alertify/alertify.core.css +++ b/example/assets/js/lib/alertify/alertify.core.css @@ -51,7 +51,7 @@ .alertify-logs { position: fixed; z-index: 5000; - bottom: 10px; + bottom: inherit; right: 10px; width: 300px; }