Skip to content

Commit 92aee84

Browse files
Merge pull request #3986 from OpenLiberty/issue-3960-footer_link_not_clickable_on_text
fixed footer link click issue
2 parents b41676d + 9078744 commit 92aee84

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)