make resize handle not overlap with left panel sublist scrollbars

pull/21833/head
Bruno Windels 2019-01-29 18:01:29 +01:00
parent 6dc042287e
commit 1b82ec6e36
1 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,11 @@ limitations under the License.
cursor: row-resize;
}
.mx_MatrixChat > .mx_ResizeHandle.mx_ResizeHandle_horizontal {
margin: 0 -10px 0 0;
padding: 0 10px 0 0;
}
.mx_ResizeHandle > div {
background: $panel-divider-color;
}