diff --git a/src/components/grw-app/grw-app.scss b/src/components/grw-app/grw-app.scss index 8c83874..067c2de 100644 --- a/src/components/grw-app/grw-app.scss +++ b/src/components/grw-app/grw-app.scss @@ -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); }