Merge pull request #5103 from matrix-org/t3chguy/fix/14910

padding the timeline so that its scrollbar has its own space from the resizer
This commit is contained in:
Michael Telatynski 2020-08-13 10:37:53 +01:00 committed by GitHub
commit 7fc67e6a62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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