From b34ea0210ab37bb7b51058e7f608708632643aee Mon Sep 17 00:00:00 2001 From: Riad Benguella Date: Fri, 30 Jun 2017 11:55:16 +0100 Subject: [PATCH] Chrome: Use a fixed position for the notices --- editor/layout/style.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/editor/layout/style.scss b/editor/layout/style.scss index c82fc6b836eb7e..78b0adba1b9ab3 100644 --- a/editor/layout/style.scss +++ b/editor/layout/style.scss @@ -3,8 +3,7 @@ } .editor-layout .components-notice-list { - position: absolute; - top: 10px; - left: 0; + position: fixed; + top: 100px; right: auto; }