소스 검색

#114803, fix textareas not working, patch by quicksketch

Ted Serbinski 18 년 전
부모
커밋
4687549e89
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      simplemenu.css

+ 1 - 1
simplemenu.css

@@ -14,7 +14,7 @@ background:#ddd;
 border-bottom:1px solid #999;
 font:11px Verdana, Helvetica, sans-serif;
 left:0;
-position:fixed;
+position:absolute;
 top:0;
 width:100%;
 height:21px;