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;