Ver Fonte

fix(Admin): sidebar scroll issue on mobile

Kristian Vos há 2 anos atrás
pai
commit
a32f61992c
1 ficheiros alterados com 2 adições e 1 exclusões
  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;