Skip to content

Commit 87f8040

Browse files
Merge pull request #3987 from OpenLiberty/issue-3960-footer_link_not_clickable_on_anchor_tag
Issue 3960 footer link not clickable on anchor tag
2 parents 82578e9 + 22e3dbb commit 87f8040

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/content/_assets/css/openliberty.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,8 @@ footer {
531531

532532
#footer_bottom_left_section, #footer_bottom_right_section {
533533
display: inline-block;
534+
position: sticky;
535+
z-index: auto;
534536
}
535537

536538
#footer_bottom_right_section {

0 commit comments

Comments
 (0)