Skip to content

Commit

Permalink
tracer: Move event view scrollbar styling to CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Oct 17, 2024
1 parent bdecac0 commit 0250cbd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions apps/tracer/src/EventView.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.event-list {
padding: 5px;
font-size: 12px;
scrollbar-color: #e4e4e4 #555;
}

.event-heading {
Expand Down
1 change: 0 additions & 1 deletion apps/tracer/src/EventView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ export default function EventView({
ref={listRef}
outerRef={listOuterRef}
className="event-list"
style={{ scrollbarColor: "#e4e4e4 #555" }}
width={width}
height={height}
itemCount={items.length}
Expand Down

0 comments on commit 0250cbd

Please sign in to comment.