Explorar el Código

fix(Admin): sidebar scroll issue on mobile

Kristian Vos hace 2 años
padre
commit
a32f61992c
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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;