Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

#23189: Fixed: Scrollbar collision with checkboxes on Addding Existing Rooms/Spaces #9312

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions res/css/views/dialogs/_AddExistingToSpaceDialog.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ limitations under the License.
.mx_AddExistingToSpace_entry {
display: flex;
margin-top: 12px;
width: 98%;

.mx_DecoratedRoomAvatar, /* we can't target .mx_BaseAvatar here as it'll break the decorated avatar styling */
.mx_BaseAvatar.mx_RoomAvatar_isSpaceRoom {
Expand Down