Workaround for making things in the draggable area clickable again on macOS
This commit is contained in:
		
							parent
							
								
									ac35f81476
								
							
						
					
					
						commit
						0d65693bda
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		|  | @ -8,4 +8,9 @@ | |||
| * { | ||||
|     scrollbar-width: unset !important; | ||||
|     scrollbar-color: unset !important; | ||||
| } | ||||
| } | ||||
| 
 | ||||
| /* Workaround for making things in the draggable area clickable again on macOS */ | ||||
| .platform-osx [class*=topic_], .platform-osx [class*=notice_] button { | ||||
|     -webkit-app-region: no-drag; | ||||
| } | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 HAHALOSAH
						HAHALOSAH