framework7
Version:
Full featured mobile HTML framework for building iOS & Android apps
18 lines (17 loc) • 402 B
text/less
.ios {
.autocomplete-dropdown {
.autocomplete-preloader {
.ltr({ right: 16px; });
.rtl({ left: 16px; });
margin-bottom: 12px;
}
}
.searchbar-input-wrap .autocomplete-dropdown {
margin-top: calc(-1 * var(--f7-searchbar-input-height));
top: 100%;
z-index: 20;
.autocomplete-dropdown-inner {
padding-top: var(--f7-searchbar-input-height);
}
}
}