Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Chrome: Use a fixed position for the notices
  • Loading branch information
youknowriad committed Jun 30, 2017
commit 81422da1b551aa3d78335b4a54bf27c0c731d841
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;
}