From 6315b60315d4557b25fcde4d70218b4acce95861 Mon Sep 17 00:00:00 2001 From: Bastyen Date: Wed, 24 Jan 2024 12:30:00 +0100 Subject: [PATCH] add detail component position --- src/components/grw-app/grw-app.scss | 2 ++ 1 file changed, 2 insertions(+) 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); }