prevent resize handle hit area overlapping with (native) scrollbar
This commit is contained in:
parent
46f5f872c4
commit
7e56a9a80e
1 changed files with 6 additions and 0 deletions
|
@ -19,3 +19,9 @@ limitations under the License.
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
min-width: 0;
|
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…
Reference in a new issue