Skip to content

Commit

Permalink
fix: ensure content within .suggestion is scrollable and visible
Browse files Browse the repository at this point in the history
  • Loading branch information
Catalina Oyaneder committed Jun 26, 2024
1 parent b66765b commit 455eccb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Snyk Security Changelog

## [2.12.4]
- Fix `.suggestion` class to ensure it is scrollable and not overlapped by the `.suggestion-actions` fixed element. This change prevents the suggestion content from being hidden.

## [2.12.3]
- Fix a bug in AI Applyfix on Windows.
- Changes some of the colours used in the HTML panel so it's consistent with designs.
Expand Down
2 changes: 2 additions & 0 deletions media/views/snykCode/suggestion/suggestion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ body {
height: 100%;
margin: 0;
font-size: 1.4rem;
overflow-y: auto;
height: calc(100vh - 80px); /* 80px is the height of the footer */
}

.suggestion-title {
Expand Down

0 comments on commit 455eccb

Please sign in to comment.