We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee84d09 commit 47b3b4cCopy full SHA for 47b3b4c
res/css/structures/_UserMenu.scss
@@ -22,10 +22,14 @@ limitations under the License.
22
.mx_AccessibleButton {
23
display: flex;
24
align-items: center;
25
- }
26
27
- .mx_UserMenu_userAvatar {
28
- position: relative;
+ .mx_UserMenu_userAvatar {
+ position: relative;
+
29
+ .mx_BaseAvatar {
30
+ pointer-events: none; // makes the avatar non-draggable
31
+ }
32
33
}
34
35
.mx_UserMenu_name {
0 commit comments