diff --git a/htdocs/RoutePatientDocuments.vue b/htdocs/RoutePatientDocuments.vue index dd93c39..0e2251c 100644 --- a/htdocs/RoutePatientDocuments.vue +++ b/htdocs/RoutePatientDocuments.vue @@ -16,7 +16,7 @@ -
  • +
  • @@ -57,6 +57,9 @@ color: #fff; background-color: #0d6efd; } + li.bottom { + overflow-anchor: none; + } div.cell { overflow: hidden; text-overflow: ellipsis; diff --git a/htdocs/RoutePatientReports.vue b/htdocs/RoutePatientReports.vue index e1da7b4..c6ed087 100644 --- a/htdocs/RoutePatientReports.vue +++ b/htdocs/RoutePatientReports.vue @@ -82,6 +82,9 @@ color: #fff; background-color: #0d6efd; } + li.bottom { + overflow-anchor: none; + } li.bottom button { width: 100%; }