Skip to content

Commit e31d7dc

Browse files
committed
fix packets participants bar rendered over toolbar dropdown menus
1 parent cce12b6 commit e31d7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/inspector/components/packets-panel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var PacketsParticipantsBar = React.createClass({
3232
height: "24px",
3333
borderBottom: "1px solid #aaaaaa",
3434
boxShadow: "0px 2px 2px 0px #aaaaaa",
35-
zIndex: "1000"
35+
zIndex: "900"
3636
}
3737
}, SPAN({ style: {
3838
position: "absolute",

0 commit comments

Comments
 (0)