ソースを参照

贡献者菜单优化

bhikkhu-kosalla-china 4 年 前
コミット
af9711a16d
2 ファイル変更2 行追加2 行削除
  1. 1 1
      app/article/index.php
  2. 1 1
      app/reader/index.php

+ 1 - 1
app/article/index.php

@@ -200,7 +200,7 @@ span.fancytree-node{
 		</div>
 		</div>
 	</div>
 	</div>
 	<div id="right_pannal">
 	<div id="right_pannal">
-		<div class="fun_frame" style="overflow-x: scroll;">
+		<div class="fun_frame" style="overflow-x: scroll;position: fixed;width: 18%;">
 			<div id = "collect_title" class="title"><?php echo $_local->gui->contents; ?></div>
 			<div id = "collect_title" class="title"><?php echo $_local->gui->contents; ?></div>
 			<div id = "toc_content" class="content" >
 			<div id = "toc_content" class="content" >
 			</div>
 			</div>

+ 1 - 1
app/reader/index.php

@@ -177,7 +177,7 @@ require_once "../pcdl/html_head.php";
 				</div>
 				</div>
 			</div>
 			</div>
 			<div id="right_pannal">
 			<div id="right_pannal">
-				<div class="fun_frame">
+				<div class="fun_frame" style="overflow-x: scroll;position: fixed;width: 18%;">
 					<div id = "collect_title" class="title"><?php echo $_local->gui->contents; ?></div>
 					<div id = "collect_title" class="title"><?php echo $_local->gui->contents; ?></div>
 					<div id = "toc_content" class="content" style="max-height:25vw;">
 					<div id = "toc_content" class="content" style="max-height:25vw;">
 					</div>
 					</div>