浏览代码

fix(Admin): sidebar scroll issue on mobile

Kristian Vos 2 年之前
父节点
当前提交
a32f61992c
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      frontend/src/pages/Admin/index.vue

+ 2 - 1
frontend/src/pages/Admin/index.vue

@@ -435,7 +435,8 @@ export default {
 
 				.bottom {
 					overflow-y: auto;
-					height: calc(100% - 64px);
+					height: calc(100vh - 64px);
+					max-height: calc(100vh - 64px);
 					display: flex;
 					flex-direction: column;
 					flex: 1 0 auto;