浏览代码

修改 side bar為scroll bar

manto07m 3 年之前
父节点
当前提交
860b45f70f
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      index.php

+ 3 - 0
index.php

@@ -61,6 +61,9 @@ if (!isset($_SESSION['loggedin'])) {
 	<script src="https://js.arcgis.com/4.21/"></script>
 	
 	<style>
+		html.no-overflowscrolling .nano > .nano-content {
+			overflow: auto;
+		}
 		.page-header>ul {
 			list-style: none;
 			padding: 0;