Skip to content

Commit

Permalink
Event(s) scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
jm42 committed Jan 7, 2024
1 parent c697dfb commit a1eca91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/event.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
display: flex;
flex-direction: column;
align-items: flex-start;
overflow: scroll;
}

.event .caching, .event .caching-error, .event .cached {
Expand Down
1 change: 1 addition & 0 deletions src/styles/events.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.events {
display: flex;
flex-direction: column;
overflow: scroll;
}

.events table {
Expand Down

0 comments on commit a1eca91

Please sign in to comment.