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

pull/21833/head
Bruno Windels 2019-02-05 18:03:16 +00:00
parent 604020dd59
commit b79394722a
1 changed files with 3 additions and 10 deletions

View File

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