Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ video {
background-position: center;
background-size: 45px 45px;
position: absolute;
/* Decorative only. As a positioned sibling it covers the section's static
content (the Get OLAS / Tokenomics buttons), so without this it swallows
their clicks. Same reason as .circles-bg above. */
pointer-events: none;
}

.agents-bg {
Expand Down
Loading