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:
parent
602c989af4
commit
64be537db7
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
||||||
}
|
}
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: #{5 / $base-font-size}rem;
|
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;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue