mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-17 19:57:03 +02:00
make resize handle not overlap with left panel sublist scrollbars
This commit is contained in:
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
Block a user