This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
Opentalent
/
ot_typo3
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
fix iframe overflow behavior
Olivier Massot
hace 1 año
padre
39f73efd36
commit
8394e163a5
Se han
modificado 1 ficheros
con
4 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
4
0
ot_stats/Resources/Public/assets/Backend/style/ot_stats.css
+ 4
- 0
ot_stats/Resources/Public/assets/Backend/style/ot_stats.css
Ver fichero
@@ -1,4 +1,8 @@
+body {
+ overflow-y: scroll;
+}
+
.ot-stats {
margin: 20px 3%;
}