Avoid the dropdown menu to be truncated

This commit is contained in:
Frederic Guillot 2015-05-21 14:53:50 -04:00
parent 737c13dfdd
commit 7124fa1b96
3 changed files with 3 additions and 3 deletions

View File

@ -774,7 +774,7 @@ nav .active a {
/* board table */
#board-container {
padding-bottom: 200px; /* Space to avoid dropdown menu truncated */
padding-bottom: 220px; /* Space to avoid dropdown menu truncated */
overflow-x: scroll;
}

View File

@ -164,7 +164,7 @@ th a:hover {
/* board table */
#board-container {
padding-bottom: 200px; /* Space to avoid dropdown menu truncated */
padding-bottom: 220px; /* Space to avoid dropdown menu truncated */
overflow-x: scroll;
}

View File

@ -20,7 +20,7 @@
/* board table */
#board-container {
padding-bottom: 200px; /* Space to avoid dropdown menu truncated */
padding-bottom: 220px; /* Space to avoid dropdown menu truncated */
overflow-x: scroll;
}