From ffc2d4c6fa2e2f4c69dc5f4661c6e26f6f146409 Mon Sep 17 00:00:00 2001 From: inportb Date: Thu, 25 May 2023 06:26:32 -0400 Subject: [PATCH] Non-anchoring bottom element --- htdocs/RoutePatientDocuments.vue | 5 ++++- htdocs/RoutePatientReports.vue | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) 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%; }