mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
prevent resize handle hit area overlapping with (native) scrollbar
This commit is contained in:
parent
46f5f872c4
commit
7e56a9a80e
@ -19,3 +19,9 @@ limitations under the License.
|
||||
flex-direction: row;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
// move hit area 5px to the right so it doesn't overlap with the timeline scrollbar
|
||||
.mx_MainSplit > .mx_ResizeHandle.mx_ResizeHandle_horizontal {
|
||||
margin: 0 -10px 0 0;
|
||||
padding: 0 10px 0 0;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user