make resize handle not overlap with left panel sublist scrollbars
parent
6dc042287e
commit
1b82ec6e36
|
@ -32,6 +32,11 @@ limitations under the License.
|
||||||
cursor: row-resize;
|
cursor: row-resize;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_MatrixChat > .mx_ResizeHandle.mx_ResizeHandle_horizontal {
|
||||||
|
margin: 0 -10px 0 0;
|
||||||
|
padding: 0 10px 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_ResizeHandle > div {
|
.mx_ResizeHandle > div {
|
||||||
background: $panel-divider-color;
|
background: $panel-divider-color;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue