mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +00:00 
			
		
		
		
	GUAC-1043: Position viewport and menu absolutely, not with fixed. This also solves some iOS issues with the rendering of fixed elements after rotation.
This commit is contained in:
		| @@ -22,7 +22,7 @@ | ||||
|  | ||||
| #menu { | ||||
|     overflow: auto; | ||||
|     position: fixed; | ||||
|     position: absolute; | ||||
|     top: 0; | ||||
|     bottom: 0; | ||||
|     max-width: 100%; | ||||
|   | ||||
| @@ -21,7 +21,7 @@ | ||||
|  */ | ||||
|  | ||||
| .viewport { | ||||
|     position: fixed; | ||||
|     position: absolute; | ||||
|     bottom: 0; | ||||
|     left: 0; | ||||
|     width: 100%; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user