Skip to content

Commit

Permalink
fix more reviews button focused scroll position
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandersandberg committed Apr 10, 2024
1 parent aa853e2 commit da5eb88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ a.button + .link-external-icon {
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
bottom: 0;
}

.more-checkbox:focus ~ .more-label {
Expand Down
1 change: 1 addition & 0 deletions Sources/Documents/BalanceDocument.swift
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ private struct ReviewsSection: TagRepresentable {
}
}
.class("masonry")
.style("position: relative;")
}
}
}
Expand Down

0 comments on commit da5eb88

Please sign in to comment.