mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-01-23 02:14:06 +00:00
Let the table be scrollable even if there is no 'over' event
This commit is contained in:
parent
df2576445d
commit
00a755fb10
1 changed files with 1 additions and 6 deletions
|
|
@ -224,13 +224,8 @@ caption {
|
|||
|
||||
/* Tableau du sondage */
|
||||
#tableContainer {
|
||||
overflow-x:hidden;
|
||||
margin:5px auto;
|
||||
}
|
||||
|
||||
#tableContainer:focus,
|
||||
#tableContainer:hover {
|
||||
overflow-x:auto;
|
||||
margin:5px auto;
|
||||
}
|
||||
|
||||
table.results {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue