mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Merge pull request #75 from glyptodon/GUAC-1043
GUAC-1043: Do not rely on fixed positioning for client viewport.
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