Просмотр исходного кода

Merge pull request #538 from bhikkhu-kosalla-china/master

贡献者菜单优化
Bhikkhu China Kosalla 4 лет назад
Родитель
Сommit
1570fc5b64
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      app/article/index.php
  2. 1 1
      app/reader/index.php

+ 1 - 1
app/article/index.php

@@ -303,7 +303,7 @@ span.fancytree-node{
 		</div>
 	</div>
 	<div id="right_pannal">
-		<div class="fun_frame">
+		<div class="fun_frame" style="overflow-x: scroll;position: fixed;width: 18%;">
 			<div style="display:flex;justify-content: space-between;">
 				<div class="title"><?php echo $_local->gui->contributor; ?></div>
 				<div class="click_dropdown_div">

+ 1 - 1
app/reader/index.php

@@ -195,7 +195,7 @@ require_once "../pcdl/html_head.php";
 				</div>
 			</div>
 			<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 = "toc_content" class="content" style="max-height:25vw;">
 					</div>