Fixes
This commit is contained in:
parent
a8c7a8602f
commit
baec1dd58a
@ -26,7 +26,9 @@
|
|||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
max-height: 25em;
|
max-height: 25em;
|
||||||
max-width: 35em;
|
max-width: 35em;
|
||||||
overflow-y: scroll;
|
min-height: 10em;
|
||||||
|
min-width: 15em;
|
||||||
|
overflow-y: auto;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
@ -31,6 +31,7 @@ class Client {
|
|||||||
window.addEventListener('mousemove', this.onMouseMove.bind(this));
|
window.addEventListener('mousemove', this.onMouseMove.bind(this));
|
||||||
window.addEventListener('keydown', this.onKeyDown.bind(this));
|
window.addEventListener('keydown', this.onKeyDown.bind(this));
|
||||||
this.popup.mousedown((e) => e.stopPropagation());
|
this.popup.mousedown((e) => e.stopPropagation());
|
||||||
|
this.popup.scroll((e) => e.stopPropagation());
|
||||||
|
|
||||||
getState((state) => this.setEnabled(state === 'enabled'));
|
getState((state) => this.setEnabled(state === 'enabled'));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user