Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(980)

Unified Diff: third_party/WebKit/Source/devtools/front_end/resources/appManifestView.css

Issue 2878543004: [DevTools] Fix UI.EmptyWidget scrollbars (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/resources/appManifestView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/resources/appManifestView.css b/third_party/WebKit/Source/devtools/front_end/resources/appManifestView.css
index d9dcd7325975a4ff1b3e3fa85c56c72422126e53..71fbe54b9462a47c3d98e1838af4130991f50c14 100644
--- a/third_party/WebKit/Source/devtools/front_end/resources/appManifestView.css
+++ b/third_party/WebKit/Source/devtools/front_end/resources/appManifestView.css
@@ -3,3 +3,6 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
+.overflow-overlay {
+ overflow: overlay;
caseq 2017/05/11 00:40:57 This seems to be webkit-specific and deprecated. C
+}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698