From 44dff206e4047b3c1a8dacb6186bd12929a1312d Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 9 Oct 2012 22:07:18 +0000 Subject: [PATCH] Make sure the default webkit validation tooltips are not hidden in the Screen Options tab. prop SergeyBiryukov, fixes #21904. git-svn-id: http://core.svn.wordpress.org/trunk@22148 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/css/wp-admin.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wp-admin/css/wp-admin.css b/wp-admin/css/wp-admin.css index 4b56a58828..d87902e692 100644 --- a/wp-admin/css/wp-admin.css +++ b/wp-admin/css/wp-admin.css @@ -1122,6 +1122,9 @@ form.upgrade .hint { margin: 0; padding: 8px 20px 12px; position: relative; +} + +#contextual-help-wrap { overflow: auto; }