Position editor controls with units that are affected by the scroll bar

This commit is contained in:
Magnus Hovland Hoff 2018-09-16 12:10:02 +02:00
parent 8d86e8937a
commit a00cdf6394

View file

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