mirror of https://github.com/vector-im/riot-web
naughty override to stop RoomList panel scrolling horizontally
parent
324c3e7dcf
commit
841c790337
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue