chg: [livelog] Fix z-index and fullscreen log panel z-index

pull/121/head
mokaddem 2019-08-30 11:59:50 +02:00
parent 3e218cd145
commit fba754b2e5
1 changed files with 5 additions and 1 deletions

View File

@ -188,11 +188,15 @@ div.dataTables_scrollHead table.dataTable {
top: 66px !important; top: 66px !important;
left: 15px !important; left: 15px !important;
right: 10px !important; right: 10px !important;
z-index: 1001 !important; z-index: 990 !important;
bottom: -7px !important; bottom: -7px !important;
height: unset !important; height: unset !important;
} }
div.leaflet-bottom {
z-index: 900;
}
.rowTableIsObject { .rowTableIsObject {
position: absolute; position: absolute;
right: 15px; right: 15px;