Position editor controls with units that are affected by the scroll bar
This commit is contained in:
parent
8d86e8937a
commit
a00cdf6394
1 changed files with 2 additions and 2 deletions
|
@ -383,9 +383,9 @@ h1>input {
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: calc(50vw + 320px);
|
left: calc(50% + 320px);
|
||||||
width: 140px;
|
width: 140px;
|
||||||
top: calc(50vh - 55px);
|
top: calc(50% - 55px);
|
||||||
height: 110px;
|
height: 110px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue