placement popup fix
This commit is contained in:
parent
243613aea1
commit
66850f3f86
@ -99,7 +99,7 @@ export class ViewCanvas {
|
|||||||
|
|
||||||
this._updateURL();
|
this._updateURL();
|
||||||
|
|
||||||
if (this._zoom > 20) {
|
if (this._zoom > 30) {
|
||||||
this._getPlacerAt(this._relcursorx, this._relcursory);
|
this._getPlacerAt(this._relcursorx, this._relcursory);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -61,7 +61,7 @@ body {
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
||||||
&-placer {
|
&-placer {
|
||||||
position: relative;
|
position: absolute;
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
background: white;
|
background: white;
|
||||||
box-shadow: 0px 1px 8px #5e5e5e;
|
box-shadow: 0px 1px 8px #5e5e5e;
|
||||||
|
Loading…
Reference in New Issue
Block a user