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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/toolbar.css

Issue 2888453002: DevTools: Remove contain strict from toolbars (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 | « no previous file | 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/ui/toolbar.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
index 1f79252d80b381e28ed8a38fb38a4d645f4d25d5..b62e03bd33a3acbe0ce60589de384a8018295466 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
@@ -13,7 +13,6 @@
position: relative;
white-space: nowrap;
height: 26px;
- contain: strict;
overflow: hidden;
z-index: 12;
display: flex;
@@ -24,7 +23,6 @@
.toolbar-shadow.wrappable {
flex-wrap: wrap;
overflow: visible;
- contain: none;
}
.toolbar-shadow.wrappable-reverse {
@@ -38,7 +36,6 @@
.toolbar-shadow.vertical {
flex-direction: column;
height: auto;
- contain: none;
align-items: flex-start;
}
@@ -299,7 +296,6 @@ select.toolbar-item[data-keyboard-focus="true"]:focus > * {
.toolbar-shadow.floating {
flex-direction: column;
height: auto;
- contain: none;
background-color: white;
border: 1px solid #ccc;
margin-top: -1px;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698