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

Fix scrollbar colliding with room list dialog in spaces #9313

Closed
wants to merge 5 commits 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: calc(100% - 6px); // 6px for scrollbar

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