make sure scrollbar is at the far right edge of the LLP

This commit is contained in:
Bruno Windels 2019-02-05 18:03:16 +00:00
parent 604020dd59
commit b79394722a

View file

@ -21,19 +21,12 @@ limitations under the License.
.mx_CustomRoomTagPanel { .mx_CustomRoomTagPanel {
background-color: $tagpanel-bg-color; background-color: $tagpanel-bg-color;
display: flex; max-height: 40%;
flex-direction: column;
align-items: center;
justify-content: space-between;
color: white
}
.mx_CustomRoomTagPanel li.selected {
background-color: red;
} }
.mx_CustomRoomTagPanel .mx_AccessibleButton { .mx_CustomRoomTagPanel .mx_AccessibleButton {
margin: 9px 0; margin: 9px auto;
width: 40px;
} }
.mx_CustomRoomTagPanel .mx_BaseAvatar_image { .mx_CustomRoomTagPanel .mx_BaseAvatar_image {