From 58fcdac393c76c25973f9c449fedffe126e836f4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jordan=20Aug=C3=A9?= Date: Wed, 10 Jul 2013 02:18:04 +0200 Subject: [PATCH] updated css for scrolling into flash messages --- third-party/jquery-notify/ui.notify.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party/jquery-notify/ui.notify.css b/third-party/jquery-notify/ui.notify.css index 5f1a71b9..8ace2163 100644 --- a/third-party/jquery-notify/ui.notify.css +++ b/third-party/jquery-notify/ui.notify.css @@ -6,7 +6,7 @@ .ui-notify-message:last-child { margin-bottom:0 } .ui-notify-message-style { background:#000; background:rgba(0,0,0,0.8); -moz-box-shadow: 0 0 6px #000; -webkit-box-shadow: 0 0 6px #000; box-shadow: 0 0 6px #000; } .ui-notify-message-style h1 { color:#fff; font-weight:bold } -.ui-notify-message-style p { color:#fff; /* jordan */ max-height: 500px; overflow-y: scroll; } +.ui-notify-message-style p { color:#fff; /* jordan */ max-height: 500px; overflow: auto; } .ui-notify-close { color:#fff; text-decoration:underline } .ui-notify-click { cursor:pointer } .ui-notify-cross { margin-top:-4px; float:right; cursor:pointer; text-decoration:none; font-size:12px; font-weight:bold; text-shadow:0 1px 1px #fff; padding:2px } -- 2.43.0