Skip to content

Commit

Permalink
add detail component position
Browse files Browse the repository at this point in the history
  • Loading branch information
bastyen committed Jan 24, 2024
1 parent fb8bbf1 commit 6315b60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/grw-app/grw-app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,13 @@ grw-touristic-contents-list {
}

grw-trek-detail {
position: relative;
max-height: calc(100vh - 64px - 48px);
}

grw-touristic-content-detail,
grw-touristic-event-detail {
position: relative;
max-height: calc(100vh - 64px);
}

Expand Down

0 comments on commit 6315b60

Please sign in to comment.