Don't capture pointer events.

pull/5786/head
Richard Lewis 2017-12-05 18:44:24 +00:00
parent c37c50e1e0
commit 0ff5d61189
1 changed files with 8 additions and 0 deletions

View File

@ -88,12 +88,20 @@ limitations under the License.
cursor: pointer;
}
.mx_AppTileMenuBarTitle {
display: flex;
flex-direction: row;
align-items: center;
pointer-events: none;
}
.mx_AppTileMenuBarWidgets {
float: right;
display: flex;
flex-direction: row;
align-items: center;
}
.mx_AppTileMenuBarWidget {
// pointer-events: none;
cursor: pointer;