Remove scrollbars by removing overflow: scroll in places. Add a title for hover over on long (or otherwise) topics.

This commit is contained in:
David Baker 2015-08-07 16:01:39 +01:00
parent 64727cb60e
commit 0eceb737de
3 changed files with 3 additions and 3 deletions

View file

@ -127,7 +127,8 @@ limitations under the License.
font-weight: 300;
padding-left: 16px;
padding-right: 16px;
overflow-y: scroll;
overflow: hidden;
text-overflow: ellipsis;
}
.mx_RoomHeader_avatar {