From 037e00fb1560b2ebc0c602bd17ca3ffcad061551 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Wed, 29 Oct 2014 22:35:27 +0000 Subject: [PATCH] Fix weird HiDPI screen rendering issue with theme install preview toolbar fixes #28898 props ocean90 git-svn-id: https://develop.svn.wordpress.org/trunk@30101 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/themes.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css index 1fbcedcde0..3eb414dff6 100644 --- a/src/wp-admin/css/themes.css +++ b/src/wp-admin/css/themes.css @@ -1309,7 +1309,6 @@ body.full-overlay-active { padding: 0; margin: 0; z-index: 10; - overflow: auto; background: #eee; border-right: none; }