fix(Search): dynamic view calc

This commit is contained in:
Timothy Z. 2025-08-25 17:23:48 +03:00
parent f9b059d9e4
commit 8000a7089a

View file

@ -12,7 +12,7 @@
}
.search-container {
height: 100%;
height: calc(100% - var(--safe-area-inset-bottom));
width: 100%;
background-color: transparent;