diff --git a/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss b/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss index 75a691e81b..35cb5acc7e 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss +++ b/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss @@ -173,6 +173,10 @@ limitations under the License. display: inline-block; } +.mx_GroupView_rooms_header_addButton object { + pointer-events: none; +} + .mx_GroupView_rooms_header_addButton_label { display: inline-block; vertical-align: top; @@ -294,4 +298,4 @@ limitations under the License. .mx_GroupView_groupDesc textarea { width: 50%; height: 150px; -} \ No newline at end of file +}