Avoid the dropdown menu to be truncated
This commit is contained in:
parent
737c13dfdd
commit
7124fa1b96
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue