Skip to content

Commit

Permalink
Merge pull request #127 from poap-xyz/event-s-scroll
Browse files Browse the repository at this point in the history
Event(s) scroll
  • Loading branch information
jm42 authored Jan 7, 2024
2 parents 5a82e23 + a1eca91 commit 1d55c5a
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 1d55c5a

Please sign in to comment.