updated css for scrolling into flash messages
authorJordan Augé <jordan.auge@lip6.fr>
Wed, 10 Jul 2013 00:18:04 +0000 (02:18 +0200)
committerJordan Augé <jordan.auge@lip6.fr>
Wed, 10 Jul 2013 00:18:04 +0000 (02:18 +0200)
third-party/jquery-notify/ui.notify.css

index 5f1a71b..8ace216 100644 (file)
@@ -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 }