Fix DataTables horizontal scrolling (scrollX) in sidebar (flex row)
- remove Bootstrap "table" class, "width: 100%" prevents scrolling, not needed anyway (?), seems to have no effects otherwise - override margin auto with 0 to avoid table taking more space at margins than needed and getting misaligned (centered and header left) see also https://github.com/DataTables/DataTables/issues/539 - refactoring: use classes instead of ids
This commit is contained in:
parent
6c8e4fddca
commit
24d8ebebf3
2 changed files with 9 additions and 4 deletions
|
|
@ -206,7 +206,7 @@
|
|||
|
||||
<div class="leaflet-sidebar-pane" id="tab_data">
|
||||
<h1 class="leaflet-sidebar-header">Data<span class="leaflet-sidebar-close"><i class="fa fa-caret-right"></i></span></h1>
|
||||
<table id="datatable" class="table mini cell-border hover stripe"></table>
|
||||
<table id="datatable" class="mini cell-border hover stripe"></table>
|
||||
</div>
|
||||
|
||||
<div class="leaflet-sidebar-pane" id="tab_itinerary">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue