diff --git a/webapp/components/user_profile.jsx b/webapp/components/user_profile.jsx index 2326622ec2..5fb01b7259 100644 --- a/webapp/components/user_profile.jsx +++ b/webapp/components/user_profile.jsx @@ -87,7 +87,6 @@ export default class UserProfile extends React.Component { >
{name}
diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss index 9c442543e7..2372ec9666 100644 --- a/webapp/sass/responsive/_mobile.scss +++ b/webapp/sass/responsive/_mobile.scss @@ -217,7 +217,8 @@ } .user-popover { - pointer-events: none; + cursor: pointer; + display: inline-block; } .signup-team__container { @@ -326,8 +327,6 @@ } .col__name { - pointer-events: none; - .user-popover { max-width: 130px; }