# 이슈처리

204 통합검색어 스크롤 잘려서 보여짐
205 통합검색어 돋보기 버튼 선택 시 검색되지 않음
This commit is contained in:
leejinho 2020-02-03 09:58:07 +09:00
parent e5aae20dcd
commit 1148315939
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<div class="search-container">
<span class="icon-img">
<span class="icon-img" (click)="onKeyDownEnter(searchWordInput.value)">
<i class="mid mdi-magnify"></i>
</span>
<!--<mat-form-field appearance="outline">-->

View File

@ -25,6 +25,9 @@
.search-scrollbar {
height: 550px;
}
::ng-deep .ps__rail-y {
z-index: 102;
}
::ng-deep .search-area {
.search-container {