|
@@ -164,7 +164,7 @@
|
|
|
@endif
|
|
|
@endif
|
|
|
@if($iPatient->has_cellular_bp_device && $iPatient->most_recent_cellular_bp_sbp_mm_hg && $iPatient->most_recent_cellular_bp_dbp_mm_hg)
|
|
|
- <div class="position-absolute p-2 bg-white border rpm-manager-popover rpm-manager-bp-popover" id="rpm-manager-bp-popover-{{$iPatient->care_month_uid}}">
|
|
|
+ <div class="p-2 bg-white border rpm-manager-popover rpm-manager-bp-popover" id="rpm-manager-bp-popover-{{$iPatient->care_month_uid}}">
|
|
|
<div class="font-size-16">{{ $iPatient->client_name }} - BP Measurements</div>
|
|
|
<h3 class="my-2 font-size-16" id="rpm-manager-bp-caremonth-{{$iPatient->care_month_uid}}">Care Month:
|
|
|
<a href="/patients/view/{{ $iPatient->client_uid }}/care-months/view/{{$iPatient->care_month_uid}}"
|
|
@@ -228,7 +228,7 @@
|
|
|
@endif
|
|
|
@endif
|
|
|
@if($iPatient->has_cellular_weight_scale_device && $iPatient->most_recent_cellular_weight_value)
|
|
|
- <div class="position-absolute p-2 bg-white border rpm-manager-popover rpm-manager-weight-popover" id="rpm-manager-weight-popover-{{$iPatient->care_month_uid}}">
|
|
|
+ <div class="p-2 bg-white border rpm-manager-popover rpm-manager-weight-popover" id="rpm-manager-weight-popover-{{$iPatient->care_month_uid}}">
|
|
|
<div class="font-size-16">{{ $iPatient->client_name }} - Weight Measurements</div>
|
|
|
<h3 class="my-2 font-size-16" id="rpm-manager-weight-caremonth-{{$iPatient->care_month_uid}}">Care Month:
|
|
|
<a href="/patients/view/{{ $iPatient->client_uid }}/care-months/view/{{$iPatient->care_month_uid}}"
|