Skip to content

Commit

Permalink
Fix : Timeline min-height
Browse files Browse the repository at this point in the history
  • Loading branch information
denischiron committed Apr 19, 2024
1 parent e764572 commit 9e626ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PersonDataTimeline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ export default {
}
.timeline-scroll-container {
min-height: 160px;
min-height: 86px;
max-height: min( 50rem, calc(100vh - 200px));
overflow-y: auto;
border-top: 1px solid #A7A7A7;
Expand Down

0 comments on commit 9e626ec

Please sign in to comment.