Skip to content

Commit

Permalink
fix(ui5-list): correct load-more marker visibility (#8224)
Browse files Browse the repository at this point in the history
  • Loading branch information
dobrinyonkov committed Feb 2, 2024
1 parent 7ff1237 commit 3d04140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/themes/List.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 3d04140

Please sign in to comment.