Misc fixes
This commit is contained in:
parent
659bb87a59
commit
896cd7960c
@ -17,13 +17,14 @@
|
||||
*/
|
||||
|
||||
iframe#yomichan-popup {
|
||||
all: initial;
|
||||
border: 1px solid #999;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, .5);
|
||||
height: 250px;
|
||||
position: fixed;
|
||||
resize: both;
|
||||
visibility: hidden;
|
||||
width: 400px;
|
||||
z-index: 2147483647;
|
||||
all: initial;
|
||||
background-color: #fff;
|
||||
border: 1px solid #999;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, .5);
|
||||
height: 250px;
|
||||
position: fixed;
|
||||
resize: both;
|
||||
visibility: hidden;
|
||||
width: 400px;
|
||||
z-index: 2147483647;
|
||||
}
|
||||
|
@ -83,7 +83,7 @@ class Client {
|
||||
searchAt(point) {
|
||||
const range = Range.fromPoint(point);
|
||||
if (range === null || !range.containsPoint(point)) {
|
||||
this.popup.hide();
|
||||
this.hidePopup();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user