Añadido .table_container

Un estilo para que las tablas de sesiones aparezcan con un scroll vertical y tengan una altura fija igual a 5 filas. (lo que estimo que ocupara la parte de calendario y selector de salas del menu
This commit is contained in:
Markines16 2021-03-25 12:11:57 +01:00 committed by GitHub
parent 5046eb242b
commit 4574e2d3a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -168,6 +168,12 @@ table a{
border-bottom: solid 2px #1f2c3d;
}
.table_container{
overflow-y:scroll;
overflow-x:auto;
height:370px;
width:100%;
}
/* Main */
@ -521,4 +527,4 @@ footer {
width: 100%;
height: 100%;
}
}
}