forked from MapComplete/MapComplete
		
	Fix unresponsive area
This commit is contained in:
		
							parent
							
								
									26b0db8c58
								
							
						
					
					
						commit
						d7b0987960
					
				
					 2 changed files with 7 additions and 6 deletions
				
			
		|  | @ -274,10 +274,11 @@ export class InitUiElements { | |||
|         const help = new MapControlButton(Svg.help_svg()); | ||||
|         help.onClick(() => isOpened.setData(true)); | ||||
|         new Toggle( | ||||
|             fullOptions.SetClass("welcomeMessage"), | ||||
|             help, | ||||
|             fullOptions.SetClass("welcomeMessage pointer-events-auto"), | ||||
|             help.SetClass("pointer-events-auto"), | ||||
|             isOpened | ||||
|         ).AttachTo("messagesbox"); | ||||
|         ) | ||||
|             .AttachTo("messagesbox"); | ||||
|         const openedTime = new Date().getTime(); | ||||
|         State.state.locationControl.addCallback(() => { | ||||
|             if (new Date().getTime() - openedTime < 15 * 1000) { | ||||
|  |  | |||
|  | @ -58,10 +58,10 @@ | |||
| </div> | ||||
| 
 | ||||
| <div id="fullscreen" class="hidden md:hidden fixed inset-0 block z-above-controls"></div> | ||||
| <div id="topleft-tools" class="z-index-above-map"> | ||||
| <div id="topleft-tools" class="z-index-above-map pointer-events-none"> | ||||
|     <div class="p-3 flex flex-col items-end sm:items-start sm:flex-row sm:flex-wrap w-full sm:justify-between"> | ||||
|         <div id="searchbox" class="shadow rounded-full h-min w-full overflow-hidden sm:max-w-sm"></div> | ||||
|         <div id="userbadge" class="m-1"></div> | ||||
|         <div id="searchbox" class="shadow rounded-full h-min w-full overflow-hidden sm:max-w-sm pointer-events-auto"></div> | ||||
|         <div id="userbadge" class="m-1 pointer-events-auto"></div> | ||||
|     </div> | ||||
|     <div id="messagesbox" class="rounded-3xl overflow-hidden ml-3"></div> | ||||
| </div> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue