| Index: remoting/webapp/menu_button.css
|
| diff --git a/remoting/webapp/menu_button.css b/remoting/webapp/menu_button.css
|
| index d20750a9be6717c7d131038f379c648eec47b13d..e53041e7ee2f5dcfa57181f3b4e58d91470ef6f2 100644
|
| --- a/remoting/webapp/menu_button.css
|
| +++ b/remoting/webapp/menu_button.css
|
| @@ -8,7 +8,7 @@
|
| }
|
|
|
| .menu-button-activator + ul {
|
| - visibility: hidden;
|
| + display: none;
|
| position: absolute;
|
| }
|
|
|
| @@ -21,7 +21,7 @@
|
| }
|
|
|
| .menu-button-activator.active + ul {
|
| - visibility: visible;
|
| + display: block;
|
| }
|
|
|
| .menu-button-activator.active {
|
|
|