Second attempt to better hide the popup overlay when not shown...
This commit is contained in:
parent
0c6e497648
commit
a458b82dc1
|
@ -143,7 +143,7 @@ const Finder: Component<Props> = (props) => {
|
||||||
<TextField onChange={searchStringChangeHandler} />
|
<TextField onChange={searchStringChangeHandler} />
|
||||||
</Box>
|
</Box>
|
||||||
</Dialog>
|
</Dialog>
|
||||||
<div class={style.ol_popup} ref={popupElement}>
|
<div class={style.ol_popup + ' ol_popup'} ref={popupElement}>
|
||||||
<a
|
<a
|
||||||
href='#'
|
href='#'
|
||||||
onclick={popupCloseHandler}
|
onclick={popupCloseHandler}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
.ol-map .ol_popup {
|
.ol-map > .ol_popup {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue