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
This commit is contained in:
Zhuoxi Song 2016-10-08 18:00:41 -04:00 committed by Cassie Tarakajian
parent 602c989af4
commit 64be537db7
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}