diff --git a/app/components/layout/index.module.css b/app/components/layout/index.module.css index 9fdf19e46..92db39f1e 100644 --- a/app/components/layout/index.module.css +++ b/app/components/layout/index.module.css @@ -244,7 +244,7 @@ @media screen and (max-width: 1474px) { .sidebarFuseSpace { - padding-bottom: 90px; + padding-bottom: var(--layout-fuse-bottom-height); } } diff --git a/app/features/map-planner/plans-global.css b/app/features/map-planner/plans-global.css index 66e648ca7..026557406 100644 --- a/app/features/map-planner/plans-global.css +++ b/app/features/map-planner/plans-global.css @@ -90,6 +90,13 @@ body:has(.planner) header { ) !important; } +.tlui-toolbar__tools > .tlui-popover { + bottom: calc( + var(--layout-fuse-bottom-height) + + env(safe-area-inset-bottom) + ) !important; +} + .tl-watermark_SEE-LICENSE { bottom: calc( var(--layout-fuse-bottom-height) + diff --git a/app/styles/common.css b/app/styles/common.css index eb1bb4f26..bfdbf952d 100644 --- a/app/styles/common.css +++ b/app/styles/common.css @@ -600,7 +600,7 @@ } @media screen and (max-width: 599px) { - .publift-widget-sticky_footer-container { + body:not(:has(.planner)) .publift-widget-sticky_footer-container { bottom: calc( var(--layout-nav-height) + env(safe-area-inset-bottom)