mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Forgot to commit styles.
This commit is contained in:
@@ -47,7 +47,7 @@ div.dialogOuter {
|
|||||||
display: table;
|
display: table;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: fixed;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
||||||
@@ -141,7 +141,7 @@ div.dialog p {
|
|||||||
/* Menu */
|
/* Menu */
|
||||||
|
|
||||||
#menu {
|
#menu {
|
||||||
position: fixed;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -218,7 +218,7 @@ div#clipboardDiv textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div#menuControl {
|
div#menuControl {
|
||||||
position: fixed;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
||||||
@@ -229,23 +229,21 @@ div#menuControl {
|
|||||||
z-index: 3;
|
z-index: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Viewport Clone */
|
/* Viewport */
|
||||||
|
|
||||||
div#viewportClone {
|
div#viewport {
|
||||||
display: table;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: fixed;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
overflow: auto;
|
||||||
visibility: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Keyboard event target */
|
/* Keyboard event target */
|
||||||
|
|
||||||
textarea#eventTarget {
|
textarea#eventTarget {
|
||||||
position: fixed;
|
position: absolute;
|
||||||
|
|
||||||
/* Hide offscreen */
|
/* Hide offscreen */
|
||||||
left: 0;
|
left: 0;
|
||||||
|
Reference in New Issue
Block a user