mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
naughty override to stop RoomList panel scrolling horizontally
This commit is contained in:
parent
324c3e7dcf
commit
841c790337
@ -25,3 +25,10 @@ limitations under the License.
|
|||||||
padding-left: 12px;
|
padding-left: 12px;
|
||||||
padding-right: 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
Block a user