2 changed files with
2 additions and
2 deletions
|
|
|
@ -18,7 +18,7 @@
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 100%;
|
|
|
|
|
left: 0;
|
|
|
|
|
z-index: 1000;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
display: none;
|
|
|
|
|
float: left;
|
|
|
|
|
min-width: 160px;
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@ body{
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
z-index: 1000;
|
|
|
|
|
z-index: 9999;
|
|
|
|
|
width: 100%;
|
|
|
|
|
/* height: 50px;
|
|
|
|
|
line-height: 50px; */
|
|
|
|
|