소스 검색

modify position of search options

Shinsuke Sugaya 8 년 전
부모
커밋
e19e888b0f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/webapp/css/style.css

+ 1 - 1
src/main/webapp/css/style.css

@@ -219,7 +219,7 @@ ul.searchOptionLabels li {
 
 #searchOptions.active .container {
 	height: auto;
-	overflow-y: scroll;
+	overflow-y: auto;
 	top: 0;
 	right: 0;
 	bottom: 0;