From 64a5d62babbb7e3608ed1d56bcb689045d663888 Mon Sep 17 00:00:00 2001 From: alialaqrabawi3 Date: Sun, 4 Jan 2026 23:20:04 +0300 Subject: [PATCH] fix safe area --- widget/assets/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/widget/assets/css/style.css b/widget/assets/css/style.css index 5a9e752..3299b4f 100644 --- a/widget/assets/css/style.css +++ b/widget/assets/css/style.css @@ -1,4 +1,8 @@ /* Plugin CSS */ + +body { + padding-top: var(--bf-safe-area-inset-top) !important; +} .places-plugin .location-map .map-holder, .events-plugin .location-map .map-holder{ min-height:280px;