mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUAC-1120: Ensure proper rendering of menu on old Firefox.
This commit is contained in:
@@ -67,6 +67,7 @@ h2 {
|
|||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
/* IE10 */
|
/* IE10 */
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
|
@@ -47,8 +47,6 @@
|
|||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
||||||
z-index: 5;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-menu .user-menu-dropdown {
|
.user-menu .user-menu-dropdown {
|
||||||
@@ -149,6 +147,8 @@
|
|||||||
border-left: 1px solid rgba(0,0,0,0.125);
|
border-left: 1px solid rgba(0,0,0,0.125);
|
||||||
border-bottom: 1px solid rgba(0,0,0,0.125);
|
border-bottom: 1px solid rgba(0,0,0,0.125);
|
||||||
|
|
||||||
|
z-index: 5;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-menu .user-menu-dropdown.open .options {
|
.user-menu .user-menu-dropdown.open .options {
|
||||||
|
Reference in New Issue
Block a user