naughty override to stop RoomList panel scrolling horizontally

pull/420/head
Matthew Hodgson 2015-11-22 15:47:50 +00:00
parent 324c3e7dcf
commit 841c790337
1 changed files with 7 additions and 0 deletions

View File

@ -25,3 +25,10 @@ limitations under the License.
padding-left: 12px;
padding-right: 12px;
}
/* Evil hacky override until Chrome fixes drop and drag table cells
and we can correctly fix horizontal wrapping in the sidebar again */
.mx_RoomList_scrollbar .gm-scroll-view {
overflow-x: hidden ! important;
overflow-y: scroll ! important;
}