Skip to content

Commit

Permalink
Fix version information not visible on lower height screens, Fixes #133
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Sep 29, 2024
1 parent eec52e1 commit 8685e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout-single-column.css
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ body.layout-single-column {
flex-grow: 1;
height: 100vh;
max-width: 350px;
min-height: 880px;
min-height: 500px;
position: sticky;
top: 0;
}
Expand Down

0 comments on commit 8685e24

Please sign in to comment.