Taille du point de l'org
This commit is contained in:
@@ -509,6 +509,17 @@ table.cell-table th {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
/* Bootstrap's CSS cascade defeats dash_table's own inline `display: none`
|
||||
toggle on dropdown-cell menus (react-select v1 renders the menu hidden
|
||||
first to measure it, then flips to visible — Bootstrap's reset wins that
|
||||
fight, so the menu never becomes visible even though the cell's "open"
|
||||
state is correct). Applies to every editable dropdown column in every
|
||||
DataTable, not just one table. See:
|
||||
https://github.com/plotly/dash-table/issues/956 */
|
||||
.Select-menu-outer {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.marches_table.stuck {
|
||||
position: relative;
|
||||
right: 200px;
|
||||
|
||||
Reference in New Issue
Block a user