Move crumbs to first element of content-view
Summary: Moves the crumbs inside content area. Test Plan: Review places that have navigation and crumbs Reviewers: btrahan, epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4435
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 205px;
|
||||
left: 198px;
|
||||
width: 7px;
|
||||
|
||||
cursor: col-resize;
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
}
|
||||
|
||||
.phabricator-crumbs-view {
|
||||
z-index: 5;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.phabricator-main-menu {
|
||||
|
||||
Reference in New Issue
Block a user