Skip to content

Commit

Permalink
Fixes clipped last element in info table
Browse files Browse the repository at this point in the history
  • Loading branch information
phschaad committed Jun 14, 2020
1 parent a9ad7ee commit 6319164
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions media/sdfv_embedded.css
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ pre.code code {
#info-container {
margin-top: .5rem;
width: 100%;
height: 100%;
overflow-y: scroll;
}

#info-title-container {
Expand All @@ -249,9 +251,8 @@ pre.code code {
}

#info-contents {
overflow-y: scroll;
height: 90%;
width: 100%;
margin-bottom: 1rem;
}

#info-contents .info-subtitle {
Expand Down

0 comments on commit 6319164

Please sign in to comment.