mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +00:00 
			
		
		
		
	GUAC-810: Resize client display depending only on containing element, not entire window.
This commit is contained in:
		| @@ -32,11 +32,21 @@ | ||||
|  | ||||
| div.main { | ||||
|     overflow: auto; | ||||
|     position: fixed; | ||||
|     top: 0; | ||||
|     bottom: 0; | ||||
|     right: 0; | ||||
|     width: 100%; | ||||
|     height: 100%; | ||||
|     position: relative; | ||||
| } | ||||
|  | ||||
| .resize-sensor { | ||||
|     height: 100%; | ||||
|     width: 100%; | ||||
|     position: absolute; | ||||
|     left: 0; | ||||
|     top: 0; | ||||
|     overflow: hidden; | ||||
|     border: none; | ||||
|     opacity: 0; | ||||
|     z-index: -1; | ||||
| } | ||||
|  | ||||
| div.displayOuter { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user