fixed map position
This commit is contained in:
parent
8c2cbccb9a
commit
3ed44af73f
@ -292,13 +292,11 @@ table td.peerPropagationChart {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#mapHolder {
|
#mapHolder {
|
||||||
display: block;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-bottom: 56.25%;
|
display: block;
|
||||||
height: 0;
|
width: 100%;
|
||||||
|
height: 284px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
max-width: 100%;
|
|
||||||
height: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#mapHolder > svg {
|
#mapHolder > svg {
|
||||||
|
@ -141,7 +141,7 @@ block content
|
|||||||
|
|
||||||
//- div.clearfix
|
//- div.clearfix
|
||||||
|
|
||||||
div.row(ng-cloak)
|
div.row(ng-cloak, style="padding-top: 10px")
|
||||||
table.table.table-striped
|
table.table.table-striped
|
||||||
thead
|
thead
|
||||||
tr.text-info
|
tr.text-info
|
||||||
|
Loading…
Reference in New Issue
Block a user