diff --git a/html/style-color.css b/html/style-color.css index 32d69ee70..14471dd1e 100644 --- a/html/style-color.css +++ b/html/style-color.css @@ -1012,7 +1012,8 @@ color:black; text-align:center; } div#div_jrnsearch_op{ - + position:absolute; + z-index: 5; border:1px solid black; display:none; width:50em; diff --git a/html/style-light.css b/html/style-light.css index 04a89dae1..0dbf399b9 100644 --- a/html/style-light.css +++ b/html/style-light.css @@ -1014,7 +1014,8 @@ color:black; text-align:center; } div#div_jrnsearch_op{ - + position:absolute; + z-index: 5; border:1px solid black; display:none; width:50em; diff --git a/html/style.css b/html/style.css index 5208eaa31..752ab279e 100644 --- a/html/style.css +++ b/html/style.css @@ -1019,6 +1019,8 @@ div#div_jrnsearch_op{ display:none; width:50em; background-color:#EDF3FF; + position:absolute; + z-index: 5; } ul {