From 64be537db705a1eb6e87ff160ea731aa6091c5a9 Mon Sep 17 00:00:00 2001 From: Zhuoxi Song Date: Sat, 8 Oct 2016 18:00:41 -0400 Subject: [PATCH] fixed upper-right button being blocked by vertical scrollbar (#130) * fixed upper-right button being blocked by vertical scroll bar moved the upper-right button in editor a little to the left, so that once vertical scroll bar appears, it will not block this button * minor fix --- client/styles/components/_editor.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/styles/components/_editor.scss b/client/styles/components/_editor.scss index 623d802e..a6bc6350 100644 --- a/client/styles/components/_editor.scss +++ b/client/styles/components/_editor.scss @@ -80,7 +80,7 @@ } position: absolute; top: #{5 / $base-font-size}rem; - right: #{5 / $base-font-size}rem; + right: #{20 / $base-font-size}rem; // move left to avoid vertical scroll bar z-index: 1; }