You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-06 10:22:45 +03:00
padding the timeline so that its scrollbar has its own space from the resize handle
This commit is contained in:
@@ -23,6 +23,8 @@ limitations under the License.
|
|||||||
|
|
||||||
.mx_MainSplit > .mx_RightPanel_ResizeWrapper {
|
.mx_MainSplit > .mx_RightPanel_ResizeWrapper {
|
||||||
padding: 5px;
|
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 {
|
&:hover .mx_RightPanel_ResizeHandle {
|
||||||
// Need to use important to override element style attributes
|
// Need to use important to override element style attributes
|
||||||
|
Reference in New Issue
Block a user