Skip to content
Snippets Groups Projects
Commit 6ad1c652 authored by danieldeng2's avatar danieldeng2
Browse files

Add margins to scroll bar

parent a261638b
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,10 @@
.timelineGrid::-webkit-scrollbar-track {
background: var(--background-color);
margin-left: 0.625rem;
margin-left: 16.875rem;
margin-top: 4.875rem;
margin-right: 0.625rem;
margin-bottom: 0.625rem;
}
.timelineGrid::-webkit-scrollbar-thumb {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment