From 8000a7089a7f96175f5a74b85a8606882637b44e Mon Sep 17 00:00:00 2001 From: "Timothy Z." Date: Mon, 25 Aug 2025 17:23:48 +0300 Subject: [PATCH] fix(Search): dynamic view calc --- src/routes/Search/styles.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Search/styles.less b/src/routes/Search/styles.less index 278d65693..e9ccc067f 100644 --- a/src/routes/Search/styles.less +++ b/src/routes/Search/styles.less @@ -12,7 +12,7 @@ } .search-container { - height: 100%; + height: calc(100% - var(--safe-area-inset-bottom)); width: 100%; background-color: transparent;