From 3d041401977f036c74d308eb37eeb3caeb900457 Mon Sep 17 00:00:00 2001 From: Dobrin Dimchev Date: Fri, 2 Feb 2024 04:02:35 -0800 Subject: [PATCH] fix(ui5-list): correct load-more marker visibility (#8224) --- packages/main/src/themes/List.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/main/src/themes/List.css b/packages/main/src/themes/List.css index 8dc8e653cd9d..ef77bf99753f 100644 --- a/packages/main/src/themes/List.css +++ b/packages/main/src/themes/List.css @@ -116,7 +116,7 @@ white-space: nowrap; } -.ui5-list-end-marker { +:host([growing="Scroll"]) .ui5-list-end-marker { /* Ensure the list-end-marker has a block property to always be stretched and "visible" on the screen */ display: inline-block; } \ No newline at end of file