padding the timeline so that its scrollbar has its own space from the resize handle

pull/21833/head
Michael Telatynski 2020-08-12 16:21:37 +01:00
parent b990a0dd3a
commit 3e475bb69c
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ limitations under the License.
.mx_MainSplit > .mx_RightPanel_ResizeWrapper {
padding: 5px;
// margin left to not allow the handle to not encroach on the space for the scrollbar
margin-left: 8px;
&:hover .mx_RightPanel_ResizeHandle {
// Need to use important to override element style attributes