Skip to content

Commit

Permalink
Chrome: Use a fixed position for the notices
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Jul 1, 2017
1 parent c4d7836 commit b34ea02
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions editor/layout/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
}

.editor-layout .components-notice-list {
position: absolute;
top: 10px;
left: 0;
position: fixed;
top: 100px;
right: auto;
}

0 comments on commit b34ea02

Please sign in to comment.