Skip to content

Commit

Permalink
front: drop hardcoded scenario header height, second take
Browse files Browse the repository at this point in the history
This is a re-do of #7993, which got reverted in #8015 because of a
bug when the timetable contains lots of trains.
  • Loading branch information
emersion committed Aug 21, 2024
1 parent 6d88afe commit c8d4699
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
}
}
.scenario-sidemenu {
display: flex;
flex-direction: column;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
.scenario-details {
Expand Down Expand Up @@ -118,7 +120,7 @@
.scenario-timetable {
display: flex;
flex-direction: column;
height: calc(var(--content-height) - 11rem);
flex-grow: 1;
.scenario-timetable-addtrains-buttons {
display: flex;
align-items: center;
Expand Down

0 comments on commit c8d4699

Please sign in to comment.