placement popup fix

This commit is contained in:
Evert Prants 2022-04-03 17:10:23 +03:00
parent 243613aea1
commit 66850f3f86
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ export class ViewCanvas {
this._updateURL();
if (this._zoom > 20) {
if (this._zoom > 30) {
this._getPlacerAt(this._relcursorx, this._relcursory);
}
}

View File

@ -61,7 +61,7 @@ body {
background-repeat: no-repeat;
&-placer {
position: relative;
position: absolute;
min-width: 100px;
background: white;
box-shadow: 0px 1px 8px #5e5e5e;