| Index: remoting/webapp/menu_button.css
|
| diff --git a/remoting/webapp/menu_button.css b/remoting/webapp/menu_button.css
|
| index 9c7383a88763e646ae23b4e32e087d960d40c8b6..7f88f66b76b78af950a87b36d6e1f619d3329f7f 100644
|
| --- a/remoting/webapp/menu_button.css
|
| +++ b/remoting/webapp/menu_button.css
|
| @@ -49,7 +49,7 @@ button.menu-button-activator.active {
|
| outline: 1px solid rgba(0, 0, 0, 0.2);
|
| padding: 0 0 6px;
|
| box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
|
| - z-index: 1;
|
| + z-index: 2;
|
| }
|
|
|
| .menu-button li {
|
| @@ -88,4 +88,13 @@ button.menu-button-activator.active {
|
| #help-feedback-toolbar {
|
| margin-left: 8px;
|
| margin-top: 4px;
|
| +}
|
| +
|
| +.menu-button-click-trap {
|
| + position: fixed;
|
| + top: 0;
|
| + left: 0;
|
| + width: 100%;
|
| + height: 100%;
|
| + z-index: 1;
|
| }
|
|
|