Browse Source

modify position of search options

Shinsuke Sugaya 8 years ago
parent
commit
e19e888b0f
1 changed files with 1 additions and 1 deletions
  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 {
 #searchOptions.active .container {
 	height: auto;
 	height: auto;
-	overflow-y: scroll;
+	overflow-y: auto;
 	top: 0;
 	top: 0;
 	right: 0;
 	right: 0;
 	bottom: 0;
 	bottom: 0;