This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
wiki
/
weseek__growi
espejo de
https://github.com/weseek/growi
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
apply vh but px for responsive
kaoritokashiki
hace 5 años
padre
802c9839fe
commit
dce91bce61
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
src/client/styles/scss/_page_accessaries_modal.scss
+ 1
- 1
src/client/styles/scss/_page_accessaries_modal.scss
Ver fichero
@@ -6,7 +6,7 @@
}
.grw-modal-body-style {
- max-height:
80vh
;
+ max-height:
calc(100vh - 100px)
;
}
}